From: Jean-Frederic Clere Date: Wed, 26 Jul 2006 15:26:49 +0000 (+0000) Subject: Typo. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd963e2fcf8b59335c244d6f55ae3f436ce04504;p=thirdparty%2Fapache%2Fhttpd.git Typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpd-proxy-scoreboard@425761 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mem/sharedmem_util.c b/modules/mem/sharedmem_util.c index 800115c06b1..a330f1425fd 100644 --- a/modules/mem/sharedmem_util.c +++ b/modules/mem/sharedmem_util.c @@ -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; }