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

Diff for /src/usr.bin/ssh/sshd.c between version 1.92 and 1.93

version 1.92, 2000/03/16 20:56:15 version 1.93, 2000/03/22 09:55:10
Line 512 
Line 512 
            unmounted if desired. */             unmounted if desired. */
         chdir("/");          chdir("/");
   
         /* Close connection cleanly after attack. */  
         cipher_attack_detected = packet_disconnect;  
   
         /* Start listening for a socket, unless started from inetd. */          /* Start listening for a socket, unless started from inetd. */
         if (inetd_flag) {          if (inetd_flag) {
                 int s1, s2;                  int s1, s2;

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93