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

Collapse All | Expand All

(-)sshd.c (+2 lines)
Lines 1336-1343 Link Here
1336
	 * setlogin() affects the entire process group.  We don't
1336
	 * setlogin() affects the entire process group.  We don't
1337
	 * want the child to be able to affect the parent.
1337
	 * want the child to be able to affect the parent.
1338
	 */
1338
	 */
1339
#if 0
1339
	if (setsid() < 0)
1340
	if (setsid() < 0)
1340
		error("setsid: %.100s", strerror(errno));
1341
		error("setsid: %.100s", strerror(errno));
1342
#endif
1341
1343
1342
	/*
1344
	/*
1343
	 * Disable the key regeneration alarm.  We will not regenerate the
1345
	 * Disable the key regeneration alarm.  We will not regenerate the

Return to bug 245