From: Stefan Eissing Date: Wed, 27 Nov 2019 11:16:56 +0000 (+0000) Subject: Reverting r1870454 for this source. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1767 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9abc422d8ace1ee1dac740b59445ad98ddc9249;p=thirdparty%2Fapache%2Fhttpd.git Reverting r1870454 for this source. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1870499 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/slotmem/mod_slotmem_shm.c b/modules/slotmem/mod_slotmem_shm.c index b86a6e8066e..6dda8f65fec 100644 --- a/modules/slotmem/mod_slotmem_shm.c +++ b/modules/slotmem/mod_slotmem_shm.c @@ -21,7 +21,6 @@ * otherwise. */ -#include #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 {