]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Reverting r1870454 for this source.
authorStefan Eissing <icing@apache.org>
Wed, 27 Nov 2019 11:16:56 +0000 (11:16 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 27 Nov 2019 11:16:56 +0000 (11:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1870499 13f79535-47bb-0310-9956-ffa450edef68

modules/slotmem/mod_slotmem_shm.c

index b86a6e8066e353dd1ba700247e81dd19f2ddb56c..6dda8f65fec3d9444f54d9983c55e415f0fb2226 100644 (file)
@@ -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 {