From: Ben Laurie Date: Sun, 11 Jun 2000 14:12:03 +0000 (+0000) Subject: Update dependencies. X-Git-Tag: APACHE_2_0_ALPHA_5~373 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef9d56268be738d3befd3505ad6129adac48946d;p=apache Update dependencies. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85516 13f79535-47bb-0310-9956-ffa450edef68 --- 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; }