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

Diff for /src/usr.bin/ssh/ssh.c between version 1.162 and 1.163

version 1.162, 2002/02/06 14:55:16 version 1.163, 2002/02/07 09:35:39
Line 1093 
Line 1093 
                 channel_request_start(id, "shell", 0);                  channel_request_start(id, "shell", 0);
                 packet_send();                  packet_send();
         }          }
         /* channel_callback(id, SSH2_MSG_OPEN_CONFIGMATION, client_init, 0); */  
   
         /* register different callback, etc. XXX */  
         packet_set_interactive(interactive);          packet_set_interactive(interactive);
 }  }
   

Legend:
Removed from v.1.162  
changed lines
  Added in v.1.163