diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2019-05-15 14:19:46 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2019-05-15 14:20:32 +0200 |
commit | abe248b20880d4d3831ba0a188f69d4a8126498a (patch) | |
tree | b4de2eb856d3199ca29a64fe32eaa611ecc43ba4 /networking/udhcp/d6_dhcpc.c | |
parent | 9e0adb9b09ec14afe2e5a222dda1c447f336ea06 (diff) |
udhcpc6: unbreak
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp/d6_dhcpc.c')
-rw-r--r-- | networking/udhcp/d6_dhcpc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/udhcp/d6_dhcpc.c b/networking/udhcp/d6_dhcpc.c index 1a0a5739e..6cc2316c4 100644 --- a/networking/udhcp/d6_dhcpc.c +++ b/networking/udhcp/d6_dhcpc.c @@ -1781,3 +1781,4 @@ int udhcpc6_main(int argc UNUSED_PARAM, char **argv) /*if (client_config.pidfile) - remove_pidfile has its own check */ remove_pidfile(client_config.pidfile); return retval; +} |