mirror of
https://github.com/sheumann/telnetd.git
synced 2024-11-22 16:31:27 +00:00
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:
parent
f82c4699bc
commit
1549f66b7a
@ -1132,6 +1132,7 @@ dokludgemode()
|
|||||||
send_wont(TELOPT_LINEMODE, 1);
|
send_wont(TELOPT_LINEMODE, 1);
|
||||||
send_dont(TELOPT_SGA, 1);
|
send_dont(TELOPT_SGA, 1);
|
||||||
send_dont(TELOPT_ECHO, 1);
|
send_dont(TELOPT_ECHO, 1);
|
||||||
|
return 1;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user