udhcpc6: unbreak
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 15 May 2019 12:19:46 +0000 (14:19 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 15 May 2019 12:20:32 +0000 (14:20 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/udhcp/d6_dhcpc.c

index 1a0a5739e680f4e9ec88d42d12c32636a031896c..6cc2316c43420d76eaaf4b0d8f21fd60e525c499 100644 (file)
@@ -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;
+}