Revert r1697735.
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 7 Sep 2015 05:15:48 +0000 (05:15 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 7 Sep 2015 05:15:48 +0000 (05:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1701543 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_rewrite.c

index d5d3d715ee7b595caae12e5a82b1b074e8814311..b25acdec0dfe5eeffb2883d8873a87fe6069da7c 100644 (file)
@@ -3439,7 +3439,7 @@ static const char *cmd_rewritecond(cmd_parms *cmd, void *in_dconf,
                      "RewriteCond: NoCase option for non-regex pattern '%s' "
                      "is not supported and will be ignored. (%s:%d)", a2,
                      cmd->directive->filename, cmd->directive->line_num);
-        newcond->flags &= ~(CONDFLAG_NOCASE);
+        newcond->flags &= ~CONDFLAG_NOCASE;
     }
 
     newcond->pskip = a2 - newcond->pattern;