]> git.pld-linux.org Git - packages/dhcp.git/blob - dhcp-timeouts.patch
- updated
[packages/dhcp.git] / dhcp-timeouts.patch
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.060022 seconds and 3 git commands to generate.