commit | 3ba31701681587a2aba85ad4fed3b0d48e265fd0 | [log] [tgz] |
---|---|---|
author | qctecmdr <qctecmdr@localhost> | Wed Oct 16 06:06:05 2019 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Oct 16 06:06:05 2019 -0700 |
tree | 5d0e3d1c7001d6a8be289ffccd7dd75006a47965 | |
parent | 0f97d2e6a7fe55255ea99d7afa692fc1fa3a32c1 [diff] | |
parent | 660403916cdc71de95f995d586aee4c186f8b99a [diff] |
Merge "ipacm: fix not support xlat on 2st tethered iface"
diff --git a/ipacm/src/IPACM_Lan.cpp b/ipacm/src/IPACM_Lan.cpp index 0bd41a4..755d730 100644 --- a/ipacm/src/IPACM_Lan.cpp +++ b/ipacm/src/IPACM_Lan.cpp
@@ -4732,7 +4732,7 @@ } } - ret = ioctl(fd_wwan_ioctl, WAN_IOC_SET_TETHER_CLIENT_PIPE, &tether_client); + ret = ioctl(fd_wwan_ioctl, WAN_IOC_SET_TETHER_CLIENT_PIPE, tether_client); if(ret != 0) { IPACMERR("Failed set tether-client-pipe %p with ret %d\n ", &tether_client, ret);