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

(-)sshd.c (+1 lines)
Lines 306-311 static void Link Here
306
sighup_restart(void)
306
sighup_restart(void)
307
{
307
{
308
	logit("Received SIGHUP; restarting.");
308
	logit("Received SIGHUP; restarting.");
309
	signal(SIGHUP, SIG_IGN); /* will be restored after exec */
309
	close_listen_socks();
310
	close_listen_socks();
310
	close_startup_pipes();
311
	close_startup_pipes();
311
	alarm(0);  /* alarm timer persists across exec */
312
	alarm(0);  /* alarm timer persists across exec */

Return to bug 1692