Skip to content
Snippets Groups Projects
Commit cff417df authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix telnets port.

parent ecd61d64
No related branches found
No related tags found
No related merge requests found
Pipeline #6903 passed
......@@ -3,6 +3,7 @@ Version 1.2rc4
Fix pointy scaling to work even when interpolating both directions
Fix ATASCII input
Fix -iW colors
Fix default port for Telnets
Version 1.2rc3
--------------
......
......@@ -59,7 +59,7 @@ char *conn_types[] = {
"Unknown", "RLogin", "RLogin Reversed", "Telnet", "Raw", "SSH", "SSH (no auth)", "Modem", "Serial",
"3-wire (No RTS)", "Shell", "MBBS GHost", "TelnetS", NULL
};
short unsigned int conn_ports[] = {0, 513, 513, 23, 0, 22, 22, 0, 0, 0, 65535, 992, 0};
short unsigned int conn_ports[] = {0, 513, 513, 23, 0, 22, 22, 0, 0, 0, 0, 65535, 992, 0};
struct conn_buffer conn_inbuf;
struct conn_buffer conn_outbuf;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment