Loading ssl_engine_mutex.c +2 −2 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ int ssl_mutex_on(server_rec *s) return TRUE; if ((rv = apr_global_mutex_lock(mc->pMutex)) != APR_SUCCESS) { ap_log_error(APLOG_MARK, APLOG_WARNING, rv, s, "Failed to acquire global mutex lock"); "Failed to acquire SSL session cache lock"); return FALSE; } return TRUE; Loading @@ -115,7 +115,7 @@ int ssl_mutex_off(server_rec *s) return TRUE; if ((rv = apr_global_mutex_unlock(mc->pMutex)) != APR_SUCCESS) { ap_log_error(APLOG_MARK, APLOG_WARNING, rv, s, "Failed to release global mutex lock"); "Failed to release SSL session cache lock"); return FALSE; } return TRUE; Loading Loading
ssl_engine_mutex.c +2 −2 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ int ssl_mutex_on(server_rec *s) return TRUE; if ((rv = apr_global_mutex_lock(mc->pMutex)) != APR_SUCCESS) { ap_log_error(APLOG_MARK, APLOG_WARNING, rv, s, "Failed to acquire global mutex lock"); "Failed to acquire SSL session cache lock"); return FALSE; } return TRUE; Loading @@ -115,7 +115,7 @@ int ssl_mutex_off(server_rec *s) return TRUE; if ((rv = apr_global_mutex_unlock(mc->pMutex)) != APR_SUCCESS) { ap_log_error(APLOG_MARK, APLOG_WARNING, rv, s, "Failed to release global mutex lock"); "Failed to release SSL session cache lock"); return FALSE; } return TRUE; Loading