summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sshd.c b/sshd.c
index 2d6cbd09e..0a1048cd3 100644
--- a/sshd.c
+++ b/sshd.c
@@ -687,6 +687,8 @@ main(int ac, char **av)
687 options.log_facility == -1 ? SYSLOG_FACILITY_AUTH : options.log_facility, 687 options.log_facility == -1 ? SYSLOG_FACILITY_AUTH : options.log_facility,
688 !inetd_flag); 688 !inetd_flag);
689 689
690 seed_rng();
691
690 /* Read server configuration options from the configuration file. */ 692 /* Read server configuration options from the configuration file. */
691 read_server_config(&options, config_file_name); 693 read_server_config(&options, config_file_name);
692 694