]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Typo.
authorJean-Frederic Clere <jfclere@apache.org>
Wed, 19 Jul 2006 19:47:23 +0000 (19:47 +0000)
committerJean-Frederic Clere <jfclere@apache.org>
Wed, 19 Jul 2006 19:47:23 +0000 (19:47 +0000)
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

index 527b31e91dd86f5d83bc1a49c03d06974cfcf4f0..3541c9ec2a4ba43e5e7b5d20dabf738ae65bf0ea 100644 (file)
@@ -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);