]> git.pld-linux.org Git - packages/apache.git/blame - httpd-2.0.46-sslmutex.patch
- typo
[packages/apache.git] / httpd-2.0.46-sslmutex.patch
CommitLineData
7ed09ac4
ER
1diff -urbB httpd-2.2.0.org/modules/ssl/ssl_engine_mutex.c httpd-2.2.0/modules/ssl/ssl_engine_mutex.c
2--- httpd-2.2.0.org/modules/ssl/ssl_engine_mutex.c 2005-11-10 16:20:05.000000000 +0100
3+++ httpd-2.2.0/modules/ssl/ssl_engine_mutex.c 2005-12-02 23:11:09.183916500 +0100
4@@ -45,6 +45,10 @@
5 if (mc->pMutex) {
0e467b1f 6 return TRUE;
63dbdcf3 7 }
7ed09ac4 8+
63dbdcf3 9+ if (mc->szMutexFile)
7ed09ac4 10+ apr_file_remove(mc->szMutexFile, p);
0e467b1f 11+
7ed09ac4
ER
12 if ((rv = apr_global_mutex_create(&mc->pMutex, mc->szMutexFile,
13 mc->nMutexMech, s->process->pool))
63dbdcf3 14 != APR_SUCCESS) {
This page took 0.147995 seconds and 4 git commands to generate.