network: Stop DHCP
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Mon, 25 Jul 2011 14:24:23 +0000 (16:24 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 25 Jul 2011 20:43:21 +0000 (22:43 +0200)
commit92c0a3bbf71ea93a49cb20a520d003c147e52871
treeab476953c5dd35b3f03fb6225bedad1bec42ec00
parent14030eaee370dcc42a96e7f30b0a9f63a2530266
network: Stop DHCP

If DHCP has been started for the IPv4 IP configuration we should also
stop it later.

The only place where it has been done so far was in
__connman_network_clear_ipconfig() which is called from
service.c:set_ipconfig(). But this will only be called if the user
changes service settings.
src/network.c