]> git.pld-linux.org Git - packages/dhcp.git/commitdiff
- enable timeouts without debugging
authorPatryk Zawadzki <patrys@room-303.com>
Fri, 14 Dec 2007 01:53:09 +0000 (01:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcp-timeouts.patch -> 1.1

dhcp-timeouts.patch [new file with mode: 0644]

diff --git a/dhcp-timeouts.patch b/dhcp-timeouts.patch
new file mode 100644 (file)
index 0000000..3d91d14
--- /dev/null
@@ -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
This page took 0.091158 seconds and 4 git commands to generate.