rework to make a bit clearer, minor man page syntax stuff;
[unix-history] / usr / src / usr.bin / telnet / telnet.c
index 6f47917..0d1d528 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)telnet.c   5.33 (Berkeley) 6/29/88";
+static char sccsid[] = "@(#)telnet.c   5.38 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -284,6 +284,7 @@ wontoption(option, reply)
                return;         /* Never reply to TM will's/wont's */
 
        default:
                return;         /* Never reply to TM will's/wont's */
 
        default:
+               hisopts[option] = 0;
                fmt = dont;
        }
        printring(&netoring, fmt, option);
                fmt = dont;
        }
        printring(&netoring, fmt, option);