]> granicus.if.org Git - apache/commitdiff
Just quiet an annoying warning.
authorRyan Bloom <rbb@apache.org>
Thu, 13 Jun 2002 16:36:54 +0000 (16:36 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 13 Jun 2002 16:36:54 +0000 (16:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95645 13f79535-47bb-0310-9956-ffa450edef68

support/rotatelogs.c

index ed382ee31577491e09c9796742f73306889dd062..fbb2b032924f12cf3a62836d790f8ab04d7d0085 100644 (file)
@@ -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;