]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Silence compiler warning
authorRuediger Pluem <rpluem@apache.org>
Wed, 28 Jun 2017 06:50:00 +0000 (06:50 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 28 Jun 2017 06:50:00 +0000 (06:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1800126 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_core.c

index b5b082e36e75cb4213659a4755a713e6ab2c11e2..6d4b0fbb0e21b05a7fb4d7c3de8e197cb17fc042 100644 (file)
@@ -134,7 +134,7 @@ static apr_port_t http_port(const request_rec *r)
 
 static int ap_process_http_async_connection(conn_rec *c)
 {
-    request_rec *r;
+    request_rec *r = NULL;
     conn_state_t *cs = c->cs;
 
     AP_DEBUG_ASSERT(cs != NULL);