Fix bug where one could ``send'' various TELNET commands from the telnet
authorrobin <robin@openbsd.org>
Fri, 6 Dec 1996 15:21:53 +0000 (15:21 +0000)
committerrobin <robin@openbsd.org>
Fri, 6 Dec 1996 15:21:53 +0000 (15:21 +0000)
commit3d4e9008bcdcbc0765ccc4ec7b306a8f1a702ea7
tree44bce50639f75ca6d78336d6cb2653912ca76994
parent098908dd2551f7ec70c302094779586b04051d8c
Fix bug where one could ``send'' various TELNET commands from the telnet
command prompt, prior to being connected to a remote host.

The affected commands were:

  set       binary | inbinary | outbinary
  toggle    binary | inbinary | outbinary
usr.bin/telnet/commands.c