From af39a670ca00949536be1b3d615d2ec0392d63f3 Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Tue, 12 Jun 2018 07:51:40 +0000 Subject: Follow up to r1833359: apr_crypto_prng_after_fork() can now use a PID. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1833382 13f79535-47bb-0310-9956-ffa450edef68 --- threadproc/unix/proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'threadproc') diff --git a/threadproc/unix/proc.c b/threadproc/unix/proc.c index de9720045..f7d02d204 100644 --- a/threadproc/unix/proc.c +++ b/threadproc/unix/proc.c @@ -231,7 +231,7 @@ APR_DECLARE(apr_status_t) apr_proc_fork(apr_proc_t *proc, apr_pool_t *pool) apr_random_after_fork(proc); #if APU_HAVE_CRYPTO_PRNG - apr_crypto_prng_after_fork(); + apr_crypto_prng_after_fork(proc); #endif return APR_INCHILD; -- cgit v1.2.1