summaryrefslogtreecommitdiffstats
path: root/modules/slotmem
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2019-11-27 12:16:56 +0100
committerStefan Eissing <icing@apache.org>2019-11-27 12:16:56 +0100
commita9abc422d8ace1ee1dac740b59445ad98ddc9249 (patch)
tree3e4d7327d92d3555d0b43134f23b0af378e2a2ac /modules/slotmem
parent *) mod_http2: Fixed interaction with mod_reqtimeout. A loaded mod_http2 was... (diff)
downloadapache2-a9abc422d8ace1ee1dac740b59445ad98ddc9249.tar.xz
apache2-a9abc422d8ace1ee1dac740b59445ad98ddc9249.zip
Reverting r1870454 for this source.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1870499 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/slotmem')
-rw-r--r--modules/slotmem/mod_slotmem_shm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/slotmem/mod_slotmem_shm.c b/modules/slotmem/mod_slotmem_shm.c
index b86a6e8066..6dda8f65fe 100644
--- a/modules/slotmem/mod_slotmem_shm.c
+++ b/modules/slotmem/mod_slotmem_shm.c
@@ -21,7 +21,6 @@
* otherwise.
*/
-#include <assert.h>
#include "ap_slotmem.h"
#include "httpd.h"
@@ -401,7 +400,6 @@ static apr_status_t slotmem_create(ap_slotmem_instance_t **new,
else {
apr_shm_remove(fname, pool);
rv = apr_shm_create(&shm, size, fname, gpool);
- assert(rv == APR_SUCCESS);
}
}
else {