ofono: Do not call set_connected() from the activation reply
authorYu A Wang <arron.wang@intel.com>
Thu, 24 Nov 2011 11:52:44 +0000 (06:52 -0500)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 29 Nov 2011 12:23:05 +0000 (13:23 +0100)
commit1bd1ce5f07f16cb0ffef2aab1dc6732ea9ca9337
tree0e80bafb86bf14fbe422f57db20f8c700c301378
parentb79e9ba4131802ae585c7c6f23183fd68c93ac82
ofono: Do not call set_connected() from the activation reply

As the IP setting may not be set when getting the activation D-Bus reply,
set_connected should not be called at that point but rather from
the context_changed routine.

Fixes BMC#24284
plugins/ofono.c