Dependents:   TimeZoneDemo EthernetJackTestCode MMEx_Challenge ntp_mem ... more

Revision:
3:5a6792c147c0
Parent:
0:ac1725ba162c
--- a/lwip/core/timers.c	Wed Nov 17 18:55:32 2010 +0000
+++ b/lwip/core/timers.c	Fri Nov 19 21:01:51 2010 +0000
@@ -220,6 +220,7 @@
 /** Initialize this module */
 void sys_timeouts_init(void)
 {
+  next_timeout = NULL;
 #if IP_REASSEMBLY
   sys_timeout(IP_TMR_INTERVAL, ip_reass_timer, NULL);
 #endif /* IP_REASSEMBLY */