From da533682a03086ec9be541a2c74fb775391858c6 Mon Sep 17 00:00:00 2001 From: fengweihao Date: Thu, 28 Mar 2024 11:39:31 +0800 Subject: TSG-20185 Proxy支持IP+Port组合object MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/business/traffic-mirror/src/entry.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'plugin') diff --git a/plugin/business/traffic-mirror/src/entry.cpp b/plugin/business/traffic-mirror/src/entry.cpp index ef56552..0701054 100644 --- a/plugin/business/traffic-mirror/src/entry.cpp +++ b/plugin/business/traffic-mirror/src/entry.cpp @@ -414,7 +414,6 @@ static struct maat* maat_feather_create_with_override(const char * instance_name { maat_options_set_deferred_load_on(opts); } - maat_options_set_rule_effect_interval_ms(opts, effect_interval); if (strlen(accept_tags) > 0) { maat_options_set_accept_tags(opts, accept_tags); -- cgit v1.2.3