summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sshd.c b/sshd.c
index c11a89609..7fed51c42 100644
--- a/sshd.c
+++ b/sshd.c
@@ -667,6 +667,10 @@ main(int ac, char **av)
667 } 667 }
668 } 668 }
669 669
670#ifdef HAVE_SCO_PROTECTED_PW
671 (void) set_auth_parameters(ac, av);
672#endif
673
670 /* Initialize the log (it is reinitialized below in case we forked). */ 674 /* Initialize the log (it is reinitialized below in case we forked). */
671 if (debug_flag && !inetd_flag) 675 if (debug_flag && !inetd_flag)
672 log_stderr = 1; 676 log_stderr = 1;