f48e9a3
diff -up dhcp-4.0.0//common/dispatch.c.timeout dhcp-4.0.0//common/dispatch.c
f48e9a3
--- dhcp-4.0.0//common/dispatch.c.timeout	2007-09-05 07:32:10.000000000 -1000
f48e9a3
+++ dhcp-4.0.0//common/dispatch.c	2008-08-01 10:11:35.000000000 -1000
f48e9a3
@@ -190,7 +190,6 @@ void cancel_timeout (where, what)
dc724d5
 	}
dc724d5
 }
dc724d5
 
dc724d5
-#if defined (DEBUG_MEMORY_LEAKAGE_ON_EXIT)
dc724d5
 void cancel_all_timeouts ()
dc724d5
 {
dc724d5
 	struct timeout *t, *n;
f48e9a3
@@ -211,4 +210,3 @@ void relinquish_timeouts ()
dc724d5
 		dfree (t, MDL);
dc724d5
 	}
dc724d5
 }
dc724d5
-#endif