https://issues.apache.org/bugzilla/show_bug.cgi?id=54462

--- Comment #2 from Tianyin Xu <[email protected]> ---
Ooops, sorry, I messed up my patch...

It should be:


--- modules/cache/mod_cache.c    2012-08-14 14:14:34.000000000 -0700
+++ modules/cache/mod_cache.c   2013-01-21 22:11:28.712172966 -0800
@@ -2064,7 +2064,7 @@
                                                   &cache_module);

     if (parms->path) {
-        if (!strcmp(url, "on")) {
+        if (!strcasecmp(url, "on")) {
             dconf->disable = 1;
             dconf->disable_set = 1;
             return NULL;

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to