aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2019-05-15 14:19:46 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2019-05-15 14:20:32 +0200
commitabe248b20880d4d3831ba0a188f69d4a8126498a (patch)
treeb4de2eb856d3199ca29a64fe32eaa611ecc43ba4 /networking/udhcp
parent9e0adb9b09ec14afe2e5a222dda1c447f336ea06 (diff)
downloadbusybox-abe248b20880d4d3831ba0a188f69d4a8126498a.tar.gz
udhcpc6: unbreak
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp')
-rw-r--r--networking/udhcp/d6_dhcpc.c1
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;
+}