summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-07-11 18:15:50 +1000
committerDamien Miller <djm@mindrot.org>2000-07-11 18:15:50 +1000
commit4d97ba22570f1edebeed41ce33f7ca06475a173f (patch)
treeb2aa8206e983f0b76ac4b91b82780a38ca79e473 /sshd.c
parent3702396526a2569402696ff7d7c6d0fe2e5a447b (diff)
- (djm) Fix problem with debug mode and MaxStartups
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sshd.c b/sshd.c
index fc8b17b9e..e53629d4b 100644
--- a/sshd.c
+++ b/sshd.c
@@ -855,6 +855,7 @@ main(int ac, char **av)
855 sock_in = newsock; 855 sock_in = newsock;
856 sock_out = newsock; 856 sock_out = newsock;
857 pid = getpid(); 857 pid = getpid();
858 startup_pipe = -1;
858 break; 859 break;
859 } else { 860 } else {
860 /* 861 /*