diff options
Diffstat (limited to 'svr-chansession.c')
-rw-r--r-- | svr-chansession.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svr-chansession.c b/svr-chansession.c index b99bf26..88a4b85 100644 --- a/svr-chansession.c +++ b/svr-chansession.c @@ -871,7 +871,7 @@ static void execchild(void *user_data) { svr_opts.hostkey = NULL; /* overwrite the prng state */ - reseedrandom(); + seedrandom(); #endif /* clear environment */ |