]> git.pld-linux.org Git - packages/apache.git/blame - httpd-2.0.46-sslmutex.patch
- updated patches to 2.3.8, does not fully compile
[packages/apache.git] / httpd-2.0.46-sslmutex.patch
CommitLineData
bcbc8512
ER
1--- httpd-2.3.8/modules/ssl/ssl_engine_mutex.c~ 2010-05-04 20:40:43.000000000 +0300
2+++ httpd-2.3.8/modules/ssl/ssl_engine_mutex.c 2010-09-01 13:15:13.397109981 +0300
3@@ -47,6 +47,9 @@
0e467b1f 4 return TRUE;
63dbdcf3 5 }
bcbc8512 6
63dbdcf3 7+ if (mc->szMutexFile)
bcbc8512 8+ apr_file_remove(mc->szMutexFile, p);
0e467b1f 9+
bcbc8512
ER
10 if ((rv = ap_global_mutex_create(&mc->pMutex, NULL, SSL_CACHE_MUTEX_TYPE,
11 NULL, s, s->process->pool, 0))
63dbdcf3 12 != APR_SUCCESS) {
This page took 0.04323 seconds and 4 git commands to generate.