aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/udhcp/dhcpc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c
index fbb645749..ccc0393f2 100644
--- a/networking/udhcp/dhcpc.c
+++ b/networking/udhcp/dhcpc.c
@@ -637,6 +637,8 @@ int udhcpc_main(int argc UNUSED_PARAM, char **argv)
637 perform_release(requested_ip, server_addr); 637 perform_release(requested_ip, server_addr);
638 goto ret0; 638 goto ret0;
639 } 639 }
640 /* future renew failures should not exit (JM) */
641 opt &= ~OPT_n;
640#if BB_MMU /* NOMMU case backgrounded earlier */ 642#if BB_MMU /* NOMMU case backgrounded earlier */
641 if (!(opt & OPT_f)) { 643 if (!(opt & OPT_f)) {
642 client_background(); 644 client_background();