udhcpc6: unbreak

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2019-05-15 14:19:46 +02:00
parent 9e0adb9b09
commit abe248b208

View File

@ -1781,3 +1781,4 @@ int udhcpc6_main(int argc UNUSED_PARAM, char **argv)
/*if (client_config.pidfile) - remove_pidfile has its own check */ /*if (client_config.pidfile) - remove_pidfile has its own check */
remove_pidfile(client_config.pidfile); remove_pidfile(client_config.pidfile);
return retval; return retval;
}