]> granicus.if.org Git - apache/commitdiff
Fix merge bug
authorBill Stoddard <stoddard@apache.org>
Sat, 28 Aug 1999 02:34:37 +0000 (02:34 +0000)
committerBill Stoddard <stoddard@apache.org>
Sat, 28 Aug 1999 02:34:37 +0000 (02:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83828 13f79535-47bb-0310-9956-ffa450edef68

server/config.c

index 823d34fc2fe4d851778e100215a87f156d4d8b21..a6864eca02e45fd90bb647da49664e4468ba5023 100644 (file)
@@ -1119,6 +1119,7 @@ int ap_parse_htaccess(void **result, request_rec *r, int override,
                           "access to be safe");
             return HTTP_FORBIDDEN;
         }
+    }
 
 /* cache it */
     new = ap_palloc(r->pool, sizeof(struct htaccess_result));