commit | f71934d3123837969e04fa199c6b089be67f4496 | [log] [tgz] |
---|---|---|
author | qctecmdr <qctecmdr@localhost> | Thu Jun 20 14:30:53 2019 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Jun 20 14:30:53 2019 -0700 |
tree | 7bc3291210a04a2c488888938f281119d6c5971b | |
parent | 3b6e5c81c6a0a667c1349c32f6eeb28e45b8c17d [diff] | |
parent | d8e9f0b3fc92e26a726e5a5771816dab64a8a54e [diff] |
Merge "ipacm: fix the total_num_offload_rules issue"
diff --git a/ipacm/src/IPACM_Filtering.cpp b/ipacm/src/IPACM_Filtering.cpp index cdb37b4..a65b769 100644 --- a/ipacm/src/IPACM_Filtering.cpp +++ b/ipacm/src/IPACM_Filtering.cpp
@@ -659,6 +659,10 @@ goto fail; } } + /* update total_num_offload_rules */ + total_num_offload_rules -= flt_rule_tbl->num_hdls; + IPACMDBG_H("total_num_offload_rules %d \n", total_num_offload_rules); + fail: close(fd_wwan_ioctl); return result;