View | Details | Raw Unified | Return to bug 3454
Collapse All | Expand All

(-)a/ssh.c (-1 / +2 lines)
Lines 1103-1108 main(int ac, char **av) Link Here
1103
		}
1103
		}
1104
	}
1104
	}
1105
1105
1106
	ssh_signal(SIGPIPE, SIG_IGN); /* ignore SIGPIPE early */
1107
1106
	/*
1108
	/*
1107
	 * Initialize "log" output.  Since we are the client all output
1109
	 * Initialize "log" output.  Since we are the client all output
1108
	 * goes to stderr unless otherwise specified by -y or -E.
1110
	 * goes to stderr unless otherwise specified by -y or -E.
Lines 1631-1637 main(int ac, char **av) Link Here
1631
	    options.num_system_hostfiles);
1633
	    options.num_system_hostfiles);
1632
	tilde_expand_paths(options.user_hostfiles, options.num_user_hostfiles);
1634
	tilde_expand_paths(options.user_hostfiles, options.num_user_hostfiles);
1633
1635
1634
	ssh_signal(SIGPIPE, SIG_IGN); /* ignore SIGPIPE early */
1635
	ssh_signal(SIGCHLD, main_sigchld_handler);
1636
	ssh_signal(SIGCHLD, main_sigchld_handler);
1636
1637
1637
	/* Log into the remote system.  Never returns if the login fails. */
1638
	/* Log into the remote system.  Never returns if the login fails. */

Return to bug 3454