]> granicus.if.org Git - apache/commitdiff
* Silence compiler warning
authorRuediger Pluem <rpluem@apache.org>
Fri, 29 Apr 2016 08:15:34 +0000 (08:15 +0000)
committerRuediger Pluem <rpluem@apache.org>
Fri, 29 Apr 2016 08:15:34 +0000 (08:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1741570 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_express.c

index ec4b94a67d79b4985a9a19e7f05bc632649533a8..0f5d604295c06b08ceefb5a5bc4675e9ea88aeae 100644 (file)
@@ -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;