=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/telnet/telnet.c,v retrieving revision 1.17 retrieving revision 1.18 diff -c -r1.17 -r1.18 *** src/usr.bin/telnet/telnet.c 2003/10/04 10:18:05 1.17 --- src/usr.bin/telnet/telnet.c 2003/11/08 19:17:29 1.18 *************** *** 1,4 **** ! /* $OpenBSD: telnet.c,v 1.17 2003/10/04 10:18:05 jmc Exp $ */ /* $NetBSD: telnet.c,v 1.7 1996/02/28 21:04:15 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: telnet.c,v 1.18 2003/11/08 19:17:29 jmc Exp $ */ /* $NetBSD: telnet.c,v 1.7 1996/02/28 21:04:15 thorpej Exp $ */ /* *************** *** 1867,1873 **** /* * This is an error. We only expect to get * "IAC IAC" or "IAC SE". Several things may ! * have happend. An IAC was not doubled, the * IAC SE was left off, or another option got * inserted into the suboption are all possibilities. * If we assume that the IAC was not doubled, --- 1867,1873 ---- /* * This is an error. We only expect to get * "IAC IAC" or "IAC SE". Several things may ! * have happened. An IAC was not doubled, the * IAC SE was left off, or another option got * inserted into the suboption are all possibilities. * If we assume that the IAC was not doubled,