summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-09-29 23:01:36 +1100
committerDamien Miller <djm@mindrot.org>2000-09-29 23:01:36 +1100
commit78315eb6d6bf411b07d9e0bc1ede41fae9484f25 (patch)
tree6c1ff91e092df4d86b076f7f4917764bb6d17f5e /sshd.c
parentcb5e44a440c1b310a9dc5b8b5abe32fe11ed479b (diff)
- (djm) Merged big SCO portability patch from Tim Rice
<tim@multitalents.net>
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;