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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- clientloop.c
0
++ clientloop.c
Lines 883-888 client_process_control(fd_set *readset) Link Here
883
			xfree(cctx->term);
883
			xfree(cctx->term);
884
			buffer_free(&cctx->cmd);
884
			buffer_free(&cctx->cmd);
885
			xfree(cctx);
885
			xfree(cctx);
886
			close(client_fd);
886
			return;
887
			return;
887
		}
888
		}
888
	}
889
	}
(-)ssh.c (+1 lines)
Lines 1365-1370 Link Here
1365
	if (options.forward_agent)
1365
	if (options.forward_agent)
1366
		flags |= SSHMUX_FLAG_AGENT_FWD;
1366
		flags |= SSHMUX_FLAG_AGENT_FWD;
1367
1367
1368
	signal(SIGPIPE, SIG_IGN);
1368
	buffer_init(&m);
1369
	buffer_init(&m);
1369
1370
1370
	/* Send our command to server */
1371
	/* Send our command to server */

Return to bug 1398