From ef9d56268be738d3befd3505ad6129adac48946d Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sun, 11 Jun 2000 14:12:03 +0000 Subject: [PATCH] Update dependencies. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85516 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/mpmt_pthread/scoreboard.c | 1 + 1 file changed, 1 insertion(+) diff --git a/server/mpm/mpmt_pthread/scoreboard.c b/server/mpm/mpmt_pthread/scoreboard.c index 5fb332e303..32aea8859d 100644 --- a/server/mpm/mpmt_pthread/scoreboard.c +++ b/server/mpm/mpmt_pthread/scoreboard.c @@ -93,6 +93,7 @@ static ap_status_t cleanup_shared_mem(void *d) ap_shm_free(scoreboard_shm, ap_scoreboard_image); ap_scoreboard_image = NULL; ap_shm_destroy(scoreboard_shm); + return APR_SUCCESS; } -- 2.40.0