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

Diff for /src/usr.bin/ssh/channels.c between version 1.17 and 1.18

version 1.17, 1999/10/26 22:39:44 version 1.18, 1999/10/28 21:26:09
Line 155 
Line 155 
   chan_init_iostates(c);    chan_init_iostates(c);
   c->self = found;    c->self = found;
   c->type = type;    c->type = type;
   c->x11 = 0;  
   c->sock = sock;    c->sock = sock;
   c->remote_id = -1;    c->remote_id = -1;
   c->remote_name = remote_name;    c->remote_name = remote_name;
Line 316 
Line 315 
   
           /* Start normal processing for the channel. */            /* Start normal processing for the channel. */
           ch->type = SSH_CHANNEL_OPEN;            ch->type = SSH_CHANNEL_OPEN;
           /* Enable X11 Problem FIX */  
           ch->x11 = 1;  
           goto redo;            goto redo;
   
         reject:          reject:

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