diff options
author | Gerald Carter <jerry@samba.org> | 2005-05-06 15:22:05 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:56:48 -0500 |
commit | 5580bf38a0ee464a4b443b49e96640874c04489b (patch) | |
tree | e18239a184dbae344ad8632d6b0ccef760591abf /source3/client | |
parent | bd688a9138a9ee8593a2eada158c2bcde2b59f4e (diff) | |
download | samba-5580bf38a0ee464a4b443b49e96640874c04489b.tar.gz samba-5580bf38a0ee464a4b443b49e96640874c04489b.tar.xz samba-5580bf38a0ee464a4b443b49e96640874c04489b.zip |
r6634: merge smbmount malloc checker fixes from trunk
(This used to be commit ca678b9690c9487af7004c09e696ba0f11121683)
Diffstat (limited to 'source3/client')
-rw-r--r-- | source3/client/smbmnt.c | 2 | ||||
-rw-r--r-- | source3/client/smbumount.c | 2 |
2 files changed, 4 insertions, 0 deletions
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 <mntent.h> 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 <mntent.h> |