summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd.c b/sshd.c
index 89f36a474..76aec80b0 100644
--- a/sshd.c
+++ b/sshd.c
@@ -42,7 +42,7 @@
42 */ 42 */
43 43
44#include "includes.h" 44#include "includes.h"
45RCSID("$OpenBSD: sshd.c,v 1.305 2004/12/23 23:11:00 djm Exp $"); 45RCSID("$OpenBSD: sshd.c,v 1.306 2005/01/17 22:48:39 dtucker Exp $");
46 46
47#include <openssl/dh.h> 47#include <openssl/dh.h>
48#include <openssl/bn.h> 48#include <openssl/bn.h>
@@ -1192,7 +1192,7 @@ main(int ac, char **av)
1192 } 1192 }
1193 1193
1194 /* Initialize the log (it is reinitialized below in case we forked). */ 1194 /* Initialize the log (it is reinitialized below in case we forked). */
1195 if (debug_flag && !inetd_flag) 1195 if (debug_flag && (!inetd_flag || rexeced_flag))
1196 log_stderr = 1; 1196 log_stderr = 1;
1197 log_init(__progname, options.log_level, options.log_facility, log_stderr); 1197 log_init(__progname, options.log_level, options.log_facility, log_stderr);
1198 1198