[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.34 and 1.35

version 1.34, 2000/09/07 20:40:30 version 1.35, 2000/09/14 20:25:14
Line 1148 
Line 1148 
   
         c = channel_lookup(id);          c = channel_lookup(id);
         if (c == NULL)          if (c == NULL)
                 fatal("session_input_channel_req: channel %d: bad channel", id);                  fatal("client_input_channel_req: channel %d: bad channel", id);
   
         if (session_ident == -1) {          if (session_ident == -1) {
                 error("client_input_channel_req: no channel %d", id);                  error("client_input_channel_req: no channel %d", id);

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35