summaryrefslogtreecommitdiff
path: root/support/htcacheclean.c
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2010-10-05 13:52:37 +0000
committerGraham Leggett <minfrin@apache.org>2010-10-05 13:52:37 +0000
commita304385afa9b4254786206ce255752fca063c03d (patch)
tree7724ae8df9719c10314b1b1ec797f74fde79dbf3 /support/htcacheclean.c
parent3de53d843c42f3e25da7637476c1141076e1e5f3 (diff)
downloadhttpd-a304385afa9b4254786206ce255752fca063c03d.tar.gz
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
Diffstat (limited to 'support/htcacheclean.c')
-rw-r--r--support/htcacheclean.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/htcacheclean.c b/support/htcacheclean.c
index 105cc39807..414b7de662 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);
}