You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
327 B
11 lines
327 B
16 years ago
|
--- a/networking/udhcp/dhcpc.c
|
||
|
+++ b/networking/udhcp/dhcpc.c
|
||
12 years ago
|
@@ -1045,7 +1045,6 @@ static void perform_renew(void)
|
||
17 years ago
|
state = RENEW_REQUESTED;
|
||
|
break;
|
||
|
case RENEW_REQUESTED: /* impatient are we? fine, square 1 */
|
||
|
- udhcp_run_script(NULL, "deconfig");
|
||
|
case REQUESTING:
|
||
|
case RELEASED:
|
||
16 years ago
|
change_listen_mode(LISTEN_RAW);
|