summaryrefslogtreecommitdiffstats
path: root/sftp-server-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sftp-server-main.c')
-rw-r--r--sftp-server-main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sftp-server-main.c b/sftp-server-main.c
index 06566d36e..2c70f89bc 100644
--- a/sftp-server-main.c
+++ b/sftp-server-main.c
@@ -42,8 +42,6 @@ main(int argc, char **argv)
/* Ensure that fds 0, 1 and 2 are open or directed to /dev/null */
sanitise_stdfd();
- seed_rng();
-
if ((user_pw = getpwuid(getuid())) == NULL) {
fprintf(stderr, "No user found for uid %lu\n",
(u_long)getuid());