]> git.pld-linux.org Git - packages/dhcp.git/blame - dhcp-timeouts.patch
- Fix the pid file path in dhcp6.init. This fixes "/etc/init.d/dhcpd6 restart".
[packages/dhcp.git] / dhcp-timeouts.patch
CommitLineData
dcde4ff1
PZ
1--- dhcp-3.0.5/common/dispatch.c.ecat 2006-02-22 17:43:27.000000000 -0500
2+++ dhcp-3.0.5/common/dispatch.c 2007-03-30 15:54:15.000000000 -0400
3@@ -195,7 +195,6 @@
4 }
5 }
6
7-#if defined (DEBUG_MEMORY_LEAKAGE_ON_EXIT)
8 void cancel_all_timeouts ()
9 {
10 struct timeout *t, *n;
11@@ -216,4 +215,3 @@
12 dfree (t, MDL);
13 }
14 }
15-#endif
This page took 0.055132 seconds and 4 git commands to generate.