]> git.pld-linux.org Git - packages/dhcp.git/blame - dhcp-timeouts.patch
- updated to 4.4.3-P1
[packages/dhcp.git] / dhcp-timeouts.patch
CommitLineData
9eb7afc0
JR
1diff -urNp -x '*.orig' dhcp-4.3.5.org/common/dispatch.c dhcp-4.3.5/common/dispatch.c
2--- dhcp-4.3.5.org/common/dispatch.c 2016-09-27 21:16:50.000000000 +0200
3+++ dhcp-4.3.5/common/dispatch.c 2021-04-01 22:09:11.449254169 +0200
4@@ -410,7 +410,6 @@ void cancel_timeout (where, what)
dcde4ff1
PZ
5 }
6 }
7
8-#if defined (DEBUG_MEMORY_LEAKAGE_ON_EXIT)
9 void cancel_all_timeouts ()
10 {
11 struct timeout *t, *n;
9eb7afc0
JR
12@@ -432,4 +431,3 @@ void relinquish_timeouts ()
13 dfree(t, MDL);
dcde4ff1
PZ
14 }
15 }
16-#endif
This page took 0.044036 seconds and 5 git commands to generate.