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

Diff for /src/usr.bin/ssh/clientloop.c between version 1.18 and 1.19

version 1.18, 2000/04/12 06:37:02 version 1.19, 2000/04/14 10:09:15
Line 1027 
Line 1027 
         } else if (strcmp(rtype, "exit-status") == 0) {          } else if (strcmp(rtype, "exit-status") == 0) {
                 success = 1;                  success = 1;
                 exit_status = packet_get_int();                  exit_status = packet_get_int();
                   packet_done();
         }          }
         if (reply) {          if (reply) {
                 packet_start(success ?                  packet_start(success ?

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19