[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.17 and 1.18

version 1.17, 2000/04/04 17:29:46 version 1.18, 2000/04/12 06:37:02
Line 1013 
Line 1013 
         rtype = packet_get_string(&len);          rtype = packet_get_string(&len);
         reply = packet_get_char();          reply = packet_get_char();
   
         log("session_input_channel_req: rtype %s reply %d", rtype, reply);          debug("session_input_channel_req: rtype %s reply %d", rtype, reply);
   
         c = channel_lookup(id);          c = channel_lookup(id);
         if (c == NULL)          if (c == NULL)

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