]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Oops (fix r1556912)
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 9 Jan 2014 20:19:51 +0000 (20:19 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 9 Jan 2014 20:19:51 +0000 (20:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1556937 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy.c

index 8b3edda656892efef6bc1f1018e078f9e6440ce9..089135730f8f787771e3d20adc3d6e660d129f78 100644 (file)
@@ -1760,9 +1760,10 @@ static const char *
 
     /* Don't duplicate entries */
     for (i = 0; i < conf->dirconn->nelts; i++) {
-        if (strcasecmp(arg, list[i].name) == 0)
+        if (strcasecmp(arg, list[i].name) == 0) {
             found = 1;
             break;
+        }
     }
 
     if (!found) {