Changed port back to 23
authorSteven Edwards <winehacker@gmail.com>
Fri, 6 Feb 2009 06:47:54 +0000 (06:47 +0000)
committerSteven Edwards <winehacker@gmail.com>
Fri, 6 Feb 2009 06:47:54 +0000 (06:47 +0000)
svn path=/trunk/; revision=39430

rosapps/applications/sysutils/telnetd/telnetd.h

index ec91f60..afb1199 100644 (file)
@@ -12,7 +12,7 @@
 /*
 ** macro definitions
 */
-#define TELNET_PORT      (23003)
+#define TELNET_PORT      (23)
 
 #define BUFSIZE        (4096)  
 #define USERID_SIZE      (64)