]> git.pld-linux.org Git - packages/dhcp.git/blob - dhcp-timeouts.patch
Update to 4.4.2 and make it work @th-2020.
[packages/dhcp.git] / dhcp-timeouts.patch
1 diff -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)
5         }
6  }
7  
8 -#if defined (DEBUG_MEMORY_LEAKAGE_ON_EXIT)
9  void cancel_all_timeouts ()
10  {
11         struct timeout *t, *n;
12 @@ -432,4 +431,3 @@ void relinquish_timeouts ()
13                 dfree(t, MDL);
14         }
15  }
16 -#endif
This page took 0.149201 seconds and 3 git commands to generate.