[BACK]Return to telnet.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / telnet

Diff for /src/usr.bin/telnet/telnet.c between version 1.16 and 1.17

version 1.16, 2003/06/03 02:56:18 version 1.17, 2003/10/04 10:18:05
Line 2227 
Line 2227 
                 }                  }
             }              }
             if (auth_has_failed) {              if (auth_has_failed) {
                 printf("\nAuthentication negotation has failed,");                  printf("\nAuthentication negotiation has failed,");
                 printf(" which is required for encryption.\n");                  printf(" which is required for encryption.\n");
                 Exit(1);                  Exit(1);
             }              }

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17