summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sshd.c b/sshd.c
index cab0dd6f1..b6db074c8 100644
--- a/sshd.c
+++ b/sshd.c
@@ -14,7 +14,7 @@
14 */ 14 */
15 15
16#include "includes.h" 16#include "includes.h"
17RCSID("$OpenBSD: sshd.c,v 1.122 2000/07/11 08:11:34 deraadt Exp $"); 17RCSID("$OpenBSD: sshd.c,v 1.123 2000/07/18 01:25:01 djm Exp $");
18 18
19#include "xmalloc.h" 19#include "xmalloc.h"
20#include "rsa.h" 20#include "rsa.h"
@@ -642,6 +642,7 @@ main(int ac, char **av)
642 s2 = dup(s1); 642 s2 = dup(s1);
643 sock_in = dup(0); 643 sock_in = dup(0);
644 sock_out = dup(1); 644 sock_out = dup(1);
645 startup_pipe = -1;
645 /* 646 /*
646 * We intentionally do not close the descriptors 0, 1, and 2 647 * We intentionally do not close the descriptors 0, 1, and 2
647 * as our code for setting the descriptors won\'t work if 648 * as our code for setting the descriptors won\'t work if