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

Diff for /src/usr.bin/ssh/packet.c between version 1.7 and 1.8

version 1.7, 1999/10/01 18:18:40 version 1.8, 1999/10/03 19:22:38
Line 137 
Line 137 
   initialized = 0;    initialized = 0;
   if (connection_in == connection_out)    if (connection_in == connection_out)
     {      {
       shutdown(connection_out, 2);        shutdown(connection_out, SHUT_RDWR);
       close(connection_out);        close(connection_out);
     }      }
   else    else

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8