From: Ryan Bloom Date: Thu, 13 Jun 2002 16:36:54 +0000 (+0000) Subject: Just quiet an annoying warning. X-Git-Tag: 2.0.38~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=144263d52fed67ddccb4af0cac22e8d172f9181e;p=apache Just quiet an annoying warning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95645 13f79535-47bb-0310-9956-ffa450edef68 --- 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;