You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2018/06/27 22:29:53 UTC

svn commit: r1834553 - /httpd/httpd/trunk/server/core.c

Author: ylavic
Date: Wed Jun 27 22:29:53 2018
New Revision: 1834553

URL: http://svn.apache.org/viewvc?rev=1834553&view=rev
Log:
Follow up to r1833368: apr_crypto_prng_after_fork() changed its args.

Once again :p

Modified:
    httpd/httpd/trunk/server/core.c

Modified: httpd/httpd/trunk/server/core.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/core.c?rev=1834553&r1=1834552&r2=1834553&view=diff
==============================================================================
--- httpd/httpd/trunk/server/core.c (original)
+++ httpd/httpd/trunk/server/core.c Wed Jun 27 22:29:53 2018
@@ -5462,7 +5462,7 @@ static void core_child_init(apr_pool_t *
     proc.pid = getpid();
 
 #if USE_APR_CRYPTO_PRNG
-    apr_crypto_prng_after_fork(&proc);
+    apr_crypto_prng_after_fork(NULL, 1);
 #else
 #if APR_HAS_THREADS
     {