You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by br...@apache.org on 2014/05/30 22:51:52 UTC

[4/5] git commit: TS-1981 Url Remap method filter is broken

TS-1981 Url Remap method filter is broken


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/9b3adb70
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/9b3adb70
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/9b3adb70

Branch: refs/heads/master
Commit: 9b3adb70e06a37a0f59dc8391bcffa7526f6a249
Parents: 3b817bc
Author: Brian Geffon <br...@apache.org>
Authored: Fri May 30 13:51:28 2014 -0700
Committer: Brian Geffon <br...@apache.org>
Committed: Fri May 30 13:51:28 2014 -0700

----------------------------------------------------------------------
 proxy/IPAllow.cc | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/9b3adb70/proxy/IPAllow.cc
----------------------------------------------------------------------
diff --git a/proxy/IPAllow.cc b/proxy/IPAllow.cc
index bd8d81b..25252e6 100644
--- a/proxy/IPAllow.cc
+++ b/proxy/IPAllow.cc
@@ -59,8 +59,6 @@ IpAllow::startup()
   // Should not have been initialized before
   ink_assert(IpAllow::configid == 0);
 
-  ALL_METHOD_MASK = ~0;
-
   ipAllowUpdate = new ConfigUpdateHandler<IpAllow>();
   ipAllowUpdate->attach("proxy.config.cache.ip_allow.filename");