From: Yu A Wang Date: Thu, 5 Jan 2012 06:52:26 +0000 (-0500) Subject: ofono: Fix no ip settings for CDMA network X-Git-Tag: 0.79~235 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5808f7e1d74604b96342a0172ac78eddbafbb54a;p=platform%2Fupstream%2Fconnman.git 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 --- diff --git a/plugins/ofono.c b/plugins/ofono.c index e8d708c..302dbb2 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); }