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

Diff for /src/usr.bin/ssh/nchan.c between version 1.60 and 1.61

version 1.60, 2008/06/30 12:16:02 version 1.61, 2008/09/11 14:22:37
Line 385 
Line 385 
                     c->self);                      c->self);
                 return;                  return;
         }          }
           if (!(datafellows & SSH_NEW_OPENSSH))
                   return;
         packet_start(SSH2_MSG_CHANNEL_REQUEST);          packet_start(SSH2_MSG_CHANNEL_REQUEST);
         packet_put_int(c->remote_id);          packet_put_int(c->remote_id);
         packet_put_cstring("eow@openssh.com");          packet_put_cstring("eow@openssh.com");

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61