summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2021-09-17 01:49:20 -0700
committerLinux Build Service Account <lnxbuild@localhost>2021-09-17 01:49:20 -0700
commit64110fdee42e87e751b9f6ea1c5b6bd0e149099e (patch)
tree39a2c5fb6e8ffdb42ca410af4c8132a12784cc9b
parent431c3b6ffa136fef8c98e385a76378345e49b3e1 (diff)
parent8ac036130549b770794208a03c2549ab28716b31 (diff)
Merge 8ac036130549b770794208a03c2549ab28716b31 on remote branch
Change-Id: Ic69242e6eef4dac2fb1ac04ccb01dd3cc8e2eaa1
-rw-r--r--ipacm/src/IPACM_Lan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipacm/src/IPACM_Lan.cpp b/ipacm/src/IPACM_Lan.cpp
index f70c58d..9bcbac4 100644
--- a/ipacm/src/IPACM_Lan.cpp
+++ b/ipacm/src/IPACM_Lan.cpp
@@ -3335,7 +3335,7 @@ fail:
/* install UL filter rule from Q6 */
int IPACM_Lan::handle_uplink_filter_rule(ipacm_ext_prop *prop, ipa_ip_type iptype, uint8_t xlat_mux_id)
{
- ipa_flt_rule_add flt_rule_entry;
+ static ipa_flt_rule_add flt_rule_entry;
int len = 0, cnt, ret = IPACM_SUCCESS;
ipa_ioc_add_flt_rule *pFilteringTable;
ipa_fltr_installed_notif_req_msg_v01 flt_index;