diff options
| author | fengweihao <[email protected]> | 2024-03-28 11:39:31 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2024-03-28 11:39:31 +0800 |
| commit | da533682a03086ec9be541a2c74fb775391858c6 (patch) | |
| tree | b7b4fb18455c9b60f6d5a3b157f4a9e01802b62c /plugin | |
| parent | d20b3f8b33e960317ac3fa4be87d0a46191bf103 (diff) | |
TSG-20185 Proxy支持IP+Port组合objectv4.8.72-20240328
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/business/traffic-mirror/src/entry.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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); |
