service: Remove unnecessary setting of ipconfing to failure
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Wed, 23 May 2012 12:24:54 +0000 (15:24 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Mon, 28 May 2012 07:08:43 +0000 (10:08 +0300)
commit6c8213f23b60fb46e6cd2572a6adc7ce4da13691
tree87858b18827faf06a9a1595356efc4ee59585010
parent4bf651579338f163d18b63a25c3d10846c8e2b3d
service: Remove unnecessary setting of ipconfing to failure

With this change service Connect will not report failure but
instead wait for the Agent API to complete. The remaining
__connman_network_disconnect() will reset ipconfig to IDLE
state. If a service were set to failure state, the service
would be ignored in later autoconnects.
src/service.c