]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Tue, 22 Dec 2015 00:12:11 +0000 (00:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Tue, 22 Dec 2015 00:12:11 +0000 (00:12 +0000)
src/security/PeerOptions.cc

index 8b9d6446a3e531f6141c256cda773cee16f234fb..4cf3681cdfa9af07b60a3be6e51695b007090b2b 100644 (file)
@@ -438,7 +438,7 @@ Security::PeerOptions::parseOptions()
             case MODE_ADD:
                 op |= value;
                 break;
-           case MODE_REMOVE:
+            case MODE_REMOVE:
                 op &= ~value;
                 break;
             }