diff options
author | Yu A Wang <arron.wang@intel.com> | 2012-01-05 01:52:26 -0500 |
---|---|---|
committer | Daniel Wagner <daniel.wagner@bmw-carit.de> | 2012-01-05 11:52:48 +0100 |
commit | 5808f7e1d74604b96342a0172ac78eddbafbb54a (patch) | |
tree | 12b7f8ed5a8d210f1c5ded98879caa5e836f6f37 /plugins/ofono.c | |
parent | 7a6655c302f93b163156b3d8fd3dad4332cc24bc (diff) | |
download | connman-5808f7e1d74604b96342a0172ac78eddbafbb54a.tar.gz connman-5808f7e1d74604b96342a0172ac78eddbafbb54a.tar.bz2 connman-5808f7e1d74604b96342a0172ac78eddbafbb54a.zip |
ofono: Fix no ip settings for CDMA network
When we add cdma network, we alloc the context for the modem, due
to add_network logic needs, then we need extract ip settings even
context is not NULL
Diffstat (limited to 'plugins/ofono.c')
-rw-r--r-- | plugins/ofono.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/ofono.c b/plugins/ofono.c index e8d708cc..302dbb21 100644 --- a/plugins/ofono.c +++ b/plugins/ofono.c @@ -1671,9 +1671,6 @@ static void cdma_cm_update_settings(struct modem_data *modem, { DBG("%s Settings", modem->path); - if (modem->context != NULL) - return; - extract_ipv4_settings(value, modem->context); } |