commit | abe248b20880d4d3831ba0a188f69d4a8126498a | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Wed May 15 14:19:46 2019 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Wed May 15 14:20:32 2019 +0200 |
tree | b4de2eb856d3199ca29a64fe32eaa611ecc43ba4 | |
parent | 9e0adb9b09ec14afe2e5a222dda1c447f336ea06 [diff] |
udhcpc6: unbreak Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/networking/udhcp/d6_dhcpc.c b/networking/udhcp/d6_dhcpc.c index 1a0a573..6cc2316 100644 --- a/networking/udhcp/d6_dhcpc.c +++ b/networking/udhcp/d6_dhcpc.c
@@ -1781,3 +1781,4 @@ /*if (client_config.pidfile) - remove_pidfile has its own check */ remove_pidfile(client_config.pidfile); return retval; +}