From daf640c8e92422daf551234980c145f29da1533f Mon Sep 17 00:00:00 2001 From: Source Maintenance Date: Tue, 22 Dec 2015 00:12:11 +0000 Subject: [PATCH] SourceFormat Enforcement --- src/security/PeerOptions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/security/PeerOptions.cc b/src/security/PeerOptions.cc index 8b9d6446a3..4cf3681cdf 100644 --- a/src/security/PeerOptions.cc +++ b/src/security/PeerOptions.cc @@ -438,7 +438,7 @@ Security::PeerOptions::parseOptions() case MODE_ADD: op |= value; break; - case MODE_REMOVE: + case MODE_REMOVE: op &= ~value; break; } -- 2.47.3