SOURCES: dhcp-timeouts.patch (NEW) - enable timeouts without debug...

patrys patrys at pld-linux.org
Fri Dec 14 02:53:15 CET 2007


Author: patrys                       Date: Fri Dec 14 01:53:15 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- enable timeouts without debugging

---- Files affected:
SOURCES:
   dhcp-timeouts.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/dhcp-timeouts.patch
diff -u /dev/null SOURCES/dhcp-timeouts.patch:1.1
--- /dev/null	Fri Dec 14 02:53:15 2007
+++ SOURCES/dhcp-timeouts.patch	Fri Dec 14 02:53:09 2007
@@ -0,0 +1,15 @@
+--- dhcp-3.0.5/common/dispatch.c.ecat	2006-02-22 17:43:27.000000000 -0500
++++ dhcp-3.0.5/common/dispatch.c	2007-03-30 15:54:15.000000000 -0400
+@@ -195,7 +195,6 @@
+ 	}
+ }
+ 
+-#if defined (DEBUG_MEMORY_LEAKAGE_ON_EXIT)
+ void cancel_all_timeouts ()
+ {
+ 	struct timeout *t, *n;
+@@ -216,4 +215,3 @@
+ 		dfree (t, MDL);
+ 	}
+ }
+-#endif
================================================================


More information about the pld-cvs-commit mailing list