]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Typo.
authorJean-Frederic Clere <jfclere@apache.org>
Wed, 26 Jul 2006 15:26:49 +0000 (15:26 +0000)
committerJean-Frederic Clere <jfclere@apache.org>
Wed, 26 Jul 2006 15:26:49 +0000 (15:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpd-proxy-scoreboard@425761 13f79535-47bb-0310-9956-ffa450edef68

modules/mem/sharedmem_util.c

index 800115c06b1da193b8b8398e7b5559cfddd303b6..a330f1425fd65d149d9c541faa69202ee330ced7 100644 (file)
@@ -171,7 +171,7 @@ static apr_status_t ap_slotmem_attach(ap_slotmem_t **new, const char *name, apr_
                 *item_num = next->num;
                 return APR_SUCCESS;
             }
-            if (next->next)
+            if (!next->next)
                 break;
             next = next->next;
         }