Loading server/config.c +2 −3 Original line number Diff line number Diff line Loading @@ -1475,7 +1475,6 @@ AP_CORE_DECLARE(int) ap_parse_htaccess(ap_conf_vector_t **result, /* firstly, search cache */ for (cache = r->htaccess; cache != NULL; cache = cache->next) if (cache->override == override && strcmp(cache->dir, d) == 0) { if (cache->htaccess != NULL) *result = cache->htaccess; return OK; } Loading Loading
server/config.c +2 −3 Original line number Diff line number Diff line Loading @@ -1475,7 +1475,6 @@ AP_CORE_DECLARE(int) ap_parse_htaccess(ap_conf_vector_t **result, /* firstly, search cache */ for (cache = r->htaccess; cache != NULL; cache = cache->next) if (cache->override == override && strcmp(cache->dir, d) == 0) { if (cache->htaccess != NULL) *result = cache->htaccess; return OK; } Loading