From 55739e9f860a2a8f27a99fc2f79905a8ed143fee Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 7 May 2005 06:59:00 +0000 Subject: r6640: Attempt to fix 'make everything' with the paranoid malloc checker. Volker (This used to be commit 3db2799822da3711b47b60ba13daa07205ced45f) --- source3/utils/log2pcaphex.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/utils') diff --git a/source3/utils/log2pcaphex.c b/source3/utils/log2pcaphex.c index 4804b99338..d07dc2a211 100644 --- a/source3/utils/log2pcaphex.c +++ b/source3/utils/log2pcaphex.c @@ -29,6 +29,11 @@ */ #include "includes.h" + +/* We don't care about the paranoid malloc checker in this standalone + program */ +#undef malloc + #include int quiet = 0; -- cgit