diff options
Diffstat (limited to 'networking/udhcp/dhcpc.c')
-rw-r--r-- | networking/udhcp/dhcpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c index 7cb1dfe5d..7d38742b9 100644 --- a/networking/udhcp/dhcpc.c +++ b/networking/udhcp/dhcpc.c | |||
@@ -546,7 +546,7 @@ int udhcpc_main(int argc, char **argv) | |||
546 | ret0: | 546 | ret0: |
547 | retval = 0; | 547 | retval = 0; |
548 | ret: | 548 | ret: |
549 | if (client_config.pidfile) | 549 | /*if (client_config.pidfile) - remove_pidfile has it's own check */ |
550 | remove_pidfile(client_config.pidfile); | 550 | remove_pidfile(client_config.pidfile); |
551 | return retval; | 551 | return retval; |
552 | } | 552 | } |