Update persist_dbm.c

This commit is contained in:
Marc Stern
2023-08-18 17:16:18 +02:00
committed by GitHub
parent 063fc9f5c8
commit afe4e12828

View File

@@ -334,7 +334,7 @@ cleanup:
apr_sdbm_close(dbm); apr_sdbm_close(dbm);
#ifdef GLOBAL_COLLECTION_LOCK #ifdef GLOBAL_COLLECTION_LOCK
apr_global_mutex_unlock(msr->modsecurity->dbm_lock); apr_global_mutex_unlock(msr->modsecurity->dbm_lock);
ÿnd #endif
} }
return NULL; return NULL;