summaryrefslogtreecommitdiff
path: root/includes/site.h
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2009-04-07 19:55:52 +0000
committerDavid Hankins <dhankins@isc.org>2009-04-07 19:55:52 +0000
commit95fd7038a23f12f24ab375909cf9a1867e5c34b5 (patch)
treedacb1b9c05f619e89c0153603e50bfc8e460f25c /includes/site.h
parente6b3a140463ae2da8c891f1cbd86820f78da0c92 (diff)
downloadisc-dhcp-95fd7038a23f12f24ab375909cf9a1867e5c34b5.tar.gz
- Memory leak in the load_balance_mine() function is fixed. This would
leak ~20-30 octets per DHCPDISCOVER packet while failover was in use and in normal state. [ISC-Bugs #19548] - Various compilation fixes have been included for the memory related DEBUG #defines in includes/site.h. [ISC-Bugs #19548]
Diffstat (limited to 'includes/site.h')
-rw-r--r--includes/site.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/site.h b/includes/site.h
index 220e9959..651a98c2 100644
--- a/includes/site.h
+++ b/includes/site.h
@@ -46,6 +46,7 @@
noticing memory leaks quickly. */
/* #define DEBUG_MEMORY_LEAKAGE */
+/* #define DEBUG_MEMORY_LEAKAGE_ON_EXIT */
/* Define this if you want exhaustive (and very slow) checking of the
malloc pool for corruption. */