aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>1999-08-16 02:15:29 +0000
committerNick Sayer <nsayer@FreeBSD.org>1999-08-16 02:15:29 +0000
commitc6a00c45894ca9fd40989d673494a5fc1a9114e1 (patch)
tree744f27503a80ef3d55d974ed3a7d8b0e0be84973 /crypto
parent086646f7c6630b28dc44a42d9d7ba67fec2b9da1 (diff)
Notes
Diffstat (limited to 'crypto')
-rw-r--r--crypto/telnet/telnet/commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/telnet/telnet/commands.c b/crypto/telnet/telnet/commands.c
index 40e7315d063a..f6bece2aa32a 100644
--- a/crypto/telnet/telnet/commands.c
+++ b/crypto/telnet/telnet/commands.c
@@ -1132,6 +1132,7 @@ dokludgemode()
send_wont(TELOPT_LINEMODE, 1);
send_dont(TELOPT_SGA, 1);
send_dont(TELOPT_ECHO, 1);
+ return 1;
}
#endif