From 6ce71671843d0f0f319a062b329724dcaf5bae22 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Thu, 13 Jun 2002 16:36:54 +0000 Subject: [PATCH] Just quiet an annoying warning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95645 13f79535-47bb-0310-9956-ffa450edef68 --- support/rotatelogs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/rotatelogs.c b/support/rotatelogs.c index ed382ee315..fbb2b03292 100644 --- a/support/rotatelogs.c +++ b/support/rotatelogs.c @@ -99,7 +99,7 @@ int main (int argc, const char * const argv[]) int nMessCount = 0; apr_size_t nRead, nWrite; int use_strftime = 0; - int now; + int now = 0; const char *szLogRoot; apr_file_t *f_stdin, *nLogFD = NULL, *nLogFDprev = NULL; apr_pool_t *pool; -- 2.50.1