From: Ruediger Pluem Date: Fri, 29 Apr 2016 08:15:34 +0000 (+0000) Subject: * Silence compiler warning X-Git-Tag: 2.5.0-alpha~1679 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a13945b05090a19d1df7a9a0175ab77e6db23fc;p=apache * Silence compiler warning git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1741570 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy_express.c b/modules/proxy/mod_proxy_express.c index ec4b94a67d..0f5d604295 100644 --- a/modules/proxy/mod_proxy_express.c +++ b/modules/proxy/mod_proxy_express.c @@ -108,7 +108,7 @@ static int xlate_name(request_rec *r) { int i; const char *name; - char *backend; + char *backend = NULL; apr_dbm_t *db; apr_status_t rv; apr_datum_t key, val;