From 5580bf38a0ee464a4b443b49e96640874c04489b Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 6 May 2005 15:22:05 +0000 Subject: r6634: merge smbmount malloc checker fixes from trunk (This used to be commit ca678b9690c9487af7004c09e696ba0f11121683) --- source3/client/smbmnt.c | 2 ++ source3/client/smbumount.c | 2 ++ 2 files changed, 4 insertions(+) (limited to 'source3/client') diff --git a/source3/client/smbmnt.c b/source3/client/smbmnt.c index 6625b308c5..99ec9bc14c 100644 --- a/source3/client/smbmnt.c +++ b/source3/client/smbmnt.c @@ -6,6 +6,8 @@ * */ +#define SMBMOUNT_MALLOC 1 + #include "includes.h" #include diff --git a/source3/client/smbumount.c b/source3/client/smbumount.c index 29a7b5dafc..7ad7ed22af 100644 --- a/source3/client/smbumount.c +++ b/source3/client/smbumount.c @@ -5,6 +5,8 @@ * */ +#define SMBMOUNT_MALLOC 1 + #include "includes.h" #include -- cgit