]> granicus.if.org Git - apache/commitdiff
change APR_LOCKALL to APR_INTRAPROCESS for crypto locks
authorDoug MacEachern <dougm@apache.org>
Fri, 24 Aug 2001 05:31:51 +0000 (05:31 +0000)
committerDoug MacEachern <dougm@apache.org>
Fri, 24 Aug 2001 05:31:51 +0000 (05:31 +0000)
PR:
Obtained from:
Submitted by: Justin Erenkrantz <jerenkrantz@ebuilt.com>
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90618 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_util.c

index 6c6bfb015b44bb8079332fb860504aff9e7e0a8b..75a64bdda9787865ed10a571741da40d5b55eb55 100644 (file)
@@ -381,7 +381,7 @@ void ssl_util_thread_setup(server_rec *s, apr_pool_t *p)
      */
     for (i = 0; i < CRYPTO_NUM_LOCKS; i++) {
         lock_count[i]=0;
-        apr_lock_create(&(lock_cs[i]), APR_MUTEX, APR_LOCKALL,
+        apr_lock_create(&(lock_cs[i]), APR_MUTEX, APR_INTRAPROCESS,
                         mc->szMutexFile, p);
     }