mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00:00
udhcpc: if got IP successfully, disable -n for future renewals
Signed-off-by: Justin Maggard <jmaggard10@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
4803db53b8
commit
aa369e0f0d
@ -637,6 +637,8 @@ int udhcpc_main(int argc UNUSED_PARAM, char **argv)
|
||||
perform_release(requested_ip, server_addr);
|
||||
goto ret0;
|
||||
}
|
||||
/* future renew failures should not exit (JM) */
|
||||
opt &= ~OPT_n;
|
||||
#if BB_MMU /* NOMMU case backgrounded earlier */
|
||||
if (!(opt & OPT_f)) {
|
||||
client_background();
|
||||
|
Loading…
Reference in New Issue
Block a user