You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2019/11/27 11:16:56 UTC

svn commit: r1870499 - /httpd/httpd/trunk/modules/slotmem/mod_slotmem_shm.c

Author: icing
Date: Wed Nov 27 11:16:56 2019
New Revision: 1870499

URL: http://svn.apache.org/viewvc?rev=1870499&view=rev
Log:
Reverting r1870454 for this source.


Modified:
    httpd/httpd/trunk/modules/slotmem/mod_slotmem_shm.c

Modified: httpd/httpd/trunk/modules/slotmem/mod_slotmem_shm.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/slotmem/mod_slotmem_shm.c?rev=1870499&r1=1870498&r2=1870499&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/slotmem/mod_slotmem_shm.c (original)
+++ httpd/httpd/trunk/modules/slotmem/mod_slotmem_shm.c Wed Nov 27 11:16:56 2019
@@ -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_sl
             else {
                 apr_shm_remove(fname, pool);
                 rv = apr_shm_create(&shm, size, fname, gpool);
-                assert(rv == APR_SUCCESS);
             }
         }
         else {