[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.33 and 1.34

version 1.33, 2000/09/07 20:27:50 version 1.34, 2000/09/07 20:40:30
Line 1053 
Line 1053 
                 /* XXX move to channels.c */                  /* XXX move to channels.c */
                 sock = x11_connect_display();                  sock = x11_connect_display();
                 if (sock >= 0) {                  if (sock >= 0) {
 /*XXX MAXPACK */  
                         id = channel_new("x11", SSH_CHANNEL_X11_OPEN,                          id = channel_new("x11", SSH_CHANNEL_X11_OPEN,
                             sock, sock, -1, 4*1024, 32*1024, 0,                              sock, sock, -1, CHAN_X11_WINDOW_DEFAULT,
                             xstrdup("x11"));                              CHAN_X11_PACKET_DEFAULT, 0, xstrdup("x11"));
                         c = channel_lookup(id);                          c = channel_lookup(id);
                 }                  }
         }          }

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