Commit 74bc3b25 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

Match what we do with the ssl_scache_dbm

chown junk, which we know is safe and works, and more directly
handles the issue with chown (agreed that a macro is needed
eventually)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@99148 13f79535-47bb-0310-9956-ffa450edef68
parent 0e5351f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ int ssl_mutex_init(server_rec *s, apr_pool_t *p)
                         "Cannot create SSLMutex");
        return FALSE;
    }
#if APR_HAS_FLOCK_SERIALIZE
#if !defined(OS2) && !defined(WIN32) && !defined(BEOS) && !defined(NETWARE)
    if (mc->szMutexFile && mc->ChownMutexFile == TRUE)
        chown(mc->szMutexFile, unixd_config.user_id, -1);
#endif