From eb6c5271b9d219bd3c1a2cf68c37ad53432abcb5 Mon Sep 17 00:00:00 2001 From: Jean-Frederic Clere Date: Wed, 19 Jul 2006 19:47:23 +0000 Subject: [PATCH] Typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpd-proxy-scoreboard@423581 13f79535-47bb-0310-9956-ffa450edef68 --- modules/mem/mod_sharedmem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2