[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.159 and 1.160

version 1.159, 2002/01/27 18:08:17 version 1.160, 2002/02/03 17:58:21
Line 1141 
Line 1141 
   
         channel_send_open(c->self);          channel_send_open(c->self);
         if (!no_shell_flag)          if (!no_shell_flag)
                 channel_register_callback(c->self,                  channel_register_confirm(c->self, ssh_session2_setup);
                     SSH2_MSG_CHANNEL_OPEN_CONFIRMATION,  
                     ssh_session2_setup, (void *)0);  
   
         return c->self;          return c->self;
 }  }

Legend:
Removed from v.1.159  
changed lines
  Added in v.1.160