View | Details | Raw Unified | Return to bug 1331 | Differences between
and this patch

Collapse All | Expand All

(-)clientloop.c~ (+1 lines)
Lines 984-989 process_escapes(Channel *c, Buffer *bin, Link Here
984
				if (c && c->ctl_chan != -1) {
984
				if (c && c->ctl_chan != -1) {
985
					chan_read_failed(c);
985
					chan_read_failed(c);
986
					chan_write_failed(c);
986
					chan_write_failed(c);
987
					c->detach_user(c->self, NULL);
987
					return 0;
988
					return 0;
988
				} else
989
				} else
989
					quit_pending = 1;
990
					quit_pending = 1;

Return to bug 1331