home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.bsd
- Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!Sirius.dfn.de!math.fu-berlin.de!fub!unlisys!escape!felix
- From: felix@escape.vsse.in-berlin.de (Felix the double Helix)
- Subject: bug in telnetd - state.c ?
- Message-ID: <1992Sep10.020907.4094@escape.vsse.in-berlin.de>
- Organization: Felix the double Helix
- Date: Thu, 10 Sep 1992 02:09:07 GMT
- Lines: 24
-
- hi!
-
- i noticed a little bug in telnetd, which only shows up when compiling
- *without* KLUDGELINEMODE. in state.c, in line 1038:
-
- send_will (option);
-
- this should either be
-
- send_will (option, 0);
-
- or
-
- send_will (option, 1);
-
- which one? ;-)
-
- so long,
- felix
- --
- Felix Gaehtgens, Homburger Str. 26, 6000 Frankfurt/main(argc, argv) 90, FRG
- EMAIL: felix@escape.vsse.in-berlin.de
- "bind has a big problem. its configuration files might be human readable -
- but they're far from being human writeable!"
-