summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--server/mpm/event/event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/mpm/event/event.c b/server/mpm/event/event.c
index dce0c25e60..7523accbff 100644
--- a/server/mpm/event/event.c
+++ b/server/mpm/event/event.c
@@ -2940,7 +2940,7 @@ static int event_pre_config(apr_pool_t * pconf, apr_pool_t * plog,
apr_atomic_dec32(&foo);
i = apr_atomic_dec32(&foo);
if (i >= 0) {
- ap_log_error(APLOG_MARK, APLOG_CRIT, rv, NULL, APLOGNO(02405)
+ ap_log_error(APLOG_MARK, APLOG_CRIT, 0, NULL, APLOGNO(02405)
"atomics not working as expected");
return HTTP_INTERNAL_SERVER_ERROR;
}