diff options
Diffstat (limited to 'net/net.c')
| -rw-r--r-- | net/net.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/net/net.c b/net/net.c index 81905f63159..f9d11c08d2e 100644 --- a/net/net.c +++ b/net/net.c @@ -559,7 +559,7 @@ restart:  	 *	someone sets `net_state' to a state that terminates.  	 */  	for (;;) { -		WATCHDOG_RESET(); +		schedule();  		if (arp_timeout_check() > 0)  			time_start = get_timer(0); | 
