diff options
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/log2pcaphex.c | 5 |
1 files changed, 5 insertions, 0 deletions
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 <assert.h> int quiet = 0; |