home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / bsd / 5434 < prev    next >
Encoding:
Text File  |  1992-09-09  |  878 b   |  34 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!Sirius.dfn.de!math.fu-berlin.de!fub!unlisys!escape!felix
  3. From: felix@escape.vsse.in-berlin.de (Felix the double Helix)
  4. Subject: bug in telnetd - state.c ?
  5. Message-ID: <1992Sep10.020907.4094@escape.vsse.in-berlin.de>
  6. Organization: Felix the double Helix
  7. Date: Thu, 10 Sep 1992 02:09:07 GMT
  8. Lines: 24
  9.  
  10. hi!
  11.  
  12. i noticed a little bug in telnetd, which only shows up when compiling
  13. *without* KLUDGELINEMODE. in state.c, in line 1038:
  14.  
  15.     send_will (option);
  16.  
  17. this should either be
  18.  
  19. send_will (option, 0);
  20.  
  21. or
  22.  
  23. send_will (option, 1);
  24.  
  25. which one? ;-)
  26.  
  27. so long,
  28.     felix
  29. -- 
  30. Felix Gaehtgens, Homburger Str. 26, 6000 Frankfurt/main(argc, argv) 90, FRG
  31. EMAIL: felix@escape.vsse.in-berlin.de
  32. "bind has a big problem. its configuration files might be human readable -
  33. but they're far from being human writeable!"
  34.