summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}