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