Changed port back to 23

svn path=/trunk/; revision=39430
This commit is contained in:
Steven Edwards 2009-02-06 06:47:54 +00:00
parent 321bf76918
commit 286adffc4b

View file

@ -12,7 +12,7 @@
/*
** macro definitions
*/
#define TELNET_PORT (23003)
#define TELNET_PORT (23)
#define BUFSIZE (4096)
#define USERID_SIZE (64)