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

Collapse All | Expand All

(-)sshd.c (+2 lines)
Lines 1400-1405 main(int ac, char **av) Link Here
1400
					continue;
1400
					continue;
1401
				}
1401
				}
1402
1402
1403
				set_nodelay(newsock);
1404
1403
				for (j = 0; j < options.max_startups; j++)
1405
				for (j = 0; j < options.max_startups; j++)
1404
					if (startup_pipes[j] == -1) {
1406
					if (startup_pipes[j] == -1) {
1405
						startup_pipes[j] = startup_p[0];
1407
						startup_pipes[j] = startup_p[0];

Return to bug 556