]> granicus.if.org Git - apache/commitdiff
don't fall through this case. Just break.
authorAndré Malo <nd@apache.org>
Fri, 14 Sep 2007 21:52:49 +0000 (21:52 +0000)
committerAndré Malo <nd@apache.org>
Fri, 14 Sep 2007 21:52:49 +0000 (21:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@575802 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_rewrite.c

index e76b165f5720c9a1f3a1ecd95bdef28b7f65e000..18b490162af7ef43b5f0eafdc18847496c9e3c97 100644 (file)
@@ -575,6 +575,7 @@ static unsigned is_absolute_uri(char *uri)
         if (!strncasecmp(uri, "jp://", 5)) {        /* ajp://    */
           return 6;
         }
+        break;
 
     case 'b':
     case 'B':