From 81c622d8bf9504bd572283d3265e7b068df4c710 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Wed, 28 Jun 2017 06:50:00 +0000 Subject: [PATCH] * Silence compiler warning git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1800126 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http/http_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/http/http_core.c b/modules/http/http_core.c index b5b082e36e..6d4b0fbb0e 100644 --- a/modules/http/http_core.c +++ b/modules/http/http_core.c @@ -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); -- 2.40.0