From: Graham Leggett Date: Tue, 5 Oct 2010 13:52:37 +0000 (+0000) Subject: Ensure the correct pool is passed in when listing URLs. X-Git-Tag: 2.3.9~349 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a304385afa9b4254786206ce255752fca063c03d;p=thirdparty%2Fapache%2Fhttpd.git Ensure the correct pool is passed in when listing URLs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1004641 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/htcacheclean.c b/support/htcacheclean.c index 105cc398077..414b7de6623 100644 --- a/support/htcacheclean.c +++ b/support/htcacheclean.c @@ -1547,7 +1547,7 @@ int main(int argc, const char * const argv[]) } if (listurls) { - list_urls(path, instance, round); + list_urls(path, pool, round); return (interrupted != 0); }