From: Jean-Frederic Clere Date: Wed, 19 Jul 2006 19:47:23 +0000 (+0000) Subject: Typo. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb6c5271b9d219bd3c1a2cf68c37ad53432abcb5;p=thirdparty%2Fapache%2Fhttpd.git Typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpd-proxy-scoreboard@423581 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mem/mod_sharedmem.c b/modules/mem/mod_sharedmem.c index 527b31e91dd..3541c9ec2a4 100644 --- a/modules/mem/mod_sharedmem.c +++ b/modules/mem/mod_sharedmem.c @@ -155,7 +155,7 @@ static const slotmem_storage_method storage = { static int initialize_cleanup(apr_pool_t *p, apr_pool_t *plog, apr_pool_t *ptemp, server_rec *s) { ap_slotmem_t *next = globallistmem; - while (next) { next = globallistmem; + while (next) { next = next->next; } apr_pool_cleanup_register(p, &globallistmem, cleanup_slotmem, apr_pool_cleanup_null);