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 <[email protected]> Authored: Fri May 30 13:51:28 2014 -0700 Committer: Brian Geffon <[email protected]> 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");
