]> granicus.if.org Git - apache/commitdiff
Remove a warning when build with USE_MAINTAINER_MODE.
authorRyan Bloom <rbb@apache.org>
Fri, 19 May 2000 22:39:00 +0000 (22:39 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 19 May 2000 22:39:00 +0000 (22:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85260 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/mpmt_pthread/scoreboard.c

index 98195a5408403c482de655d099b6bbc388fb8946..d348c935a5b90a19ee3e835ced548038e8ccdd41 100644 (file)
@@ -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;
 }
 
 static void setup_shared_mem(ap_pool_t *p)