=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/channels.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- src/usr.bin/ssh/channels.c 1999/10/26 22:39:44 1.17 +++ src/usr.bin/ssh/channels.c 1999/10/28 21:26:09 1.18 @@ -16,7 +16,7 @@ */ #include "includes.h" -RCSID("$Id: channels.c,v 1.17 1999/10/26 22:39:44 markus Exp $"); +RCSID("$Id: channels.c,v 1.18 1999/10/28 21:26:09 markus Exp $"); #include "ssh.h" #include "packet.h" @@ -155,7 +155,6 @@ chan_init_iostates(c); c->self = found; c->type = type; - c->x11 = 0; c->sock = sock; c->remote_id = -1; c->remote_name = remote_name; @@ -316,8 +315,6 @@ /* Start normal processing for the channel. */ ch->type = SSH_CHANNEL_OPEN; - /* Enable X11 Problem FIX */ - ch->x11 = 1; goto redo; reject: