]> granicus.if.org Git - apache/commit
Fix an error spotted by sparse.
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 25 Aug 2015 16:57:13 +0000 (16:57 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 25 Aug 2015 16:57:13 +0000 (16:57 +0000)
commit08a3141d12ab89757e3a7c43a1521e703d55202d
treeda82f0c31aee22c64cc39053f42cba05d1742ffc
parentd3ba2a832f7c1a0d6447332e81067c8824f20fa6
Fix an error spotted by sparse.
Without the parens, the 2 first bits are reseted, instead of just the one for CONDFLAG_NOCASE.

This "bug" looks harmless as the first bit (CONDFLAG_NONE) is never tested.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1697735 13f79535-47bb-0310-9956-ffa450edef68
modules/mappers/mod_rewrite.c