]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Ensure the correct pool is passed in when listing URLs.
authorGraham Leggett <minfrin@apache.org>
Tue, 5 Oct 2010 13:52:37 +0000 (13:52 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 5 Oct 2010 13:52:37 +0000 (13:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1004641 13f79535-47bb-0310-9956-ffa450edef68

support/htcacheclean.c

index 105cc398077079d603d89885daaf582ac2e07e9c..414b7de66230934e73278c803add4bc1810ebfd7 100644 (file)
@@ -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);
     }