commit | 2b6c742bf7bdd218b5d9d52cbfa001354f247ee2 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Thu Aug 25 08:08:21 2016 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Aug 25 08:08:21 2016 -0700 |
tree | 37531741dbed53128173d329048b83bf778d31f7 | |
parent | fe1f3bac0a496e3428144f61d3f9d484dcf15529 [diff] | |
parent | 615dfb075338314972ea760bbb094eee4eddf02a [diff] |
Merge "IPACM: fix KW issue"
diff --git a/ipacm/src/IPACM_Lan.cpp b/ipacm/src/IPACM_Lan.cpp index 8d61a95..0e878d1 100644 --- a/ipacm/src/IPACM_Lan.cpp +++ b/ipacm/src/IPACM_Lan.cpp
@@ -779,7 +779,7 @@ { uint32_t tx_index; uint32_t rt_hdl; - int num_v6, clnt_indx; + int num_v6 =0, clnt_indx; clnt_indx = get_eth_client_index(data->mac_addr); if (clnt_indx == IPACM_INVALID_INDEX)