summaryrefslogtreecommitdiff
path: root/ipacm/src/IPACM_Config.cpp
diff options
context:
space:
mode:
authorSkylar Chang <chiaweic@codeaurora.org>2015-08-08 00:03:21 -0700
committerSkylar Chang <chiaweic@codeaurora.org>2015-09-30 13:29:14 -0700
commit6d768a0e67b81da9d296149c55c7f2d1cca9936e (patch)
tree074f6c30974362ba9cabdb64a3003855e2dbe859 /ipacm/src/IPACM_Config.cpp
parentaec4d3a28128534078da7cb2cbcc6ba85c0cd7f0 (diff)
downloadipacfg-mgr-6d768a0e67b81da9d296149c55c7f2d1cca9936e.tar.gz
IPACM: Add support to get tether stats
This changes provides the support to to get tether stats. Change-Id: I668a8fa3ffbab2c714d09543e6d2a7e67ff55eff
Diffstat (limited to 'ipacm/src/IPACM_Config.cpp')
-rw-r--r--ipacm/src/IPACM_Config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipacm/src/IPACM_Config.cpp b/ipacm/src/IPACM_Config.cpp
index 24890ed..f7d764a 100644
--- a/ipacm/src/IPACM_Config.cpp
+++ b/ipacm/src/IPACM_Config.cpp
@@ -150,7 +150,7 @@ int IPACM_Config::Init(void)
{
IPACMERR("Unable to allocate iface_table memory.\n");
ret = IPACM_FAILURE;
- goto fail;;
+ goto fail;
}
for (i = 0; i < cfg->iface_config.num_iface_entries; i++)