/[inetutils]/inetutils/telnetd/telnetd.c
ViewVC logotype

Diff of /inetutils/telnetd/telnetd.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.28 by gray, Sun Apr 7 15:31:04 2002 UTC revision 1.29 by gray, Mon Apr 8 14:05:56 2002 UTC
# Line 98  int    restartany;     /* restart output on any Line 98  int    restartany;     /* restart output on any
98  int     diagnostic;     /* telnet diagnostic capabilities */  int     diagnostic;     /* telnet diagnostic capabilities */
99  #if defined(AUTHENTICATION)  #if defined(AUTHENTICATION)
100  int     auth_level;  int     auth_level;
101    int     autologin;
102  #endif  #endif
103    
104  slcfun  slctab[NSLC + 1];       /* slc mapping table */  slcfun  slctab[NSLC + 1];       /* slc mapping table */
# Line 357  telnetd_setup (int fd) Line 358  telnetd_setup (int fd)
358    
359    io_setup ();    io_setup ();
360        
   /*FIXME: KLUDGE*/  
 #ifdef  ENCRYPTION  
   nclearto = 0;  
 #endif  /* ENCRYPTION */  
   /**/  
                                     
361    /* get terminal type. */    /* get terminal type. */
362    uname[0] = 0;    uname[0] = 0;
363    level = getterminaltype (uname);    level = getterminaltype (uname);

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26