From: André Malo Date: Sat, 6 Nov 2004 19:41:55 +0000 (+0000) Subject: avoid compiler warning X-Git-Tag: 2.1.1~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f57b382e20518962a1998a7debb47a1c65d9db08;p=apache avoid compiler warning git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105706 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/htcacheclean.c b/support/htcacheclean.c index d4f2357c30..6b4a0b8ca6 100644 --- a/support/htcacheclean.c +++ b/support/htcacheclean.c @@ -746,6 +746,7 @@ int main(int argc, const char * const argv[]) realclean = 0; benice = 0; intelligent = 0; + previous = 0; /* avoid compiler warning */ proxypath = NULL; if (apr_app_initialize(&argc, &argv, NULL) != APR_SUCCESS) {