udhcpc: run "deconfig" script in manual renew state too. closes 9061
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 3 Jul 2016 18:26:44 +0000 (20:26 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 3 Jul 2016 18:26:44 +0000 (20:26 +0200)
commit44399e00ffa73270cd7fc108c983d3b1705b9d86
tree704af5332cd123a2e51fb03c035c868d52b19756
parentaabb0a93e947a2a3cd180b490ae6664396446f63
udhcpc: run "deconfig" script in manual renew state too. closes 9061

The bug was seen when the following is done:

    # killall 1 udhpc; killall 2 udhpc

Performing a DHCP renew
state: 2 -> 5
Sending renew...
Entering released state
state: 5 -> 6  <<<<<<<<<<<<<< not calling script!!!!

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/udhcp/d6_dhcpc.c
networking/udhcp/dhcpc.c