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

Collapse All | Expand All

(-)old/sshd.c (-1 / +2 lines)
Lines 1419-1425 server_accept_loop(int *sock_in, int *so Link Here
1419
				continue;
1419
				continue;
1420
			}
1420
			}
1421
			if (drop_connection(startups) == 1) {
1421
			if (drop_connection(startups) == 1) {
1422
				debug("drop connection #%d", startups);
1422
				logit("MaxStartups: dropping connection #%d",
1423
				    startups);
1423
				close(*newsock);
1424
				close(*newsock);
1424
				continue;
1425
				continue;
1425
			}
1426
			}

Return to bug 2613