Fix int function without return (make consistent with neighbors)

git-svn-id: http://svn0.us-east.freebsd.org/base/head/contrib/telnet@49861 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
This commit is contained in:
nsayer 1999-08-16 02:15:29 +00:00
parent f82c4699bc
commit 1549f66b7a
1 changed files with 1 additions and 0 deletions

View File

@ -1132,6 +1132,7 @@ dokludgemode()
send_wont(TELOPT_LINEMODE, 1);
send_dont(TELOPT_SGA, 1);
send_dont(TELOPT_ECHO, 1);
return 1;
}
#endif