]> granicus.if.org Git - apache/commitdiff
* Silence compiler warning
authorRuediger Pluem <rpluem@apache.org>
Thu, 30 Dec 2010 11:01:38 +0000 (11:01 +0000)
committerRuediger Pluem <rpluem@apache.org>
Thu, 30 Dec 2010 11:01:38 +0000 (11:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053853 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_filters.c

index 7660b2ad7f1e2ead4dd2edde2c2489a425959ab6..9b6334d5592a6ec72c2729a2f8c089c9a4855e71 100644 (file)
@@ -897,7 +897,7 @@ static void basic_http_header_check(request_rec *r,
 static void basic_http_header(request_rec *r, apr_bucket_brigade *bb,
                               const char *protocol)
 {
-    char *date;
+    char *date = NULL;
     const char *proxy_date = NULL;
     const char *server = NULL;
     const char *us = ap_get_server_banner();