openwrt/package/busybox/patches/524-udhcpc_renew.patch
Alexandros C. Couloumbis da7c2e1d7d package/busybox: fix missing bit, refresh patches
SVN-Revision: 22660
2010-08-15 10:06:58 +00:00

11 lines
325 B
Diff

--- a/networking/udhcp/dhcpc.c
+++ b/networking/udhcp/dhcpc.c
@@ -711,7 +711,6 @@ static void perform_renew(void)
state = RENEW_REQUESTED;
break;
case RENEW_REQUESTED: /* impatient are we? fine, square 1 */
- udhcp_run_script(NULL, "deconfig");
case REQUESTING:
case RELEASED:
change_listen_mode(LISTEN_RAW);