summaryrefslogtreecommitdiffstats
path: root/source/client
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-05-06 15:22:05 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:56:48 -0500
commitca678b9690c9487af7004c09e696ba0f11121683 (patch)
tree2db2120c386efc0680f8b59ff4b1d77ad68239a3 /source/client
parent381da9b55d6a3fda2ba4a3f12bee50853b7fd3b3 (diff)
downloadsamba-ca678b9690c9487af7004c09e696ba0f11121683.tar.gz
samba-ca678b9690c9487af7004c09e696ba0f11121683.tar.xz
samba-ca678b9690c9487af7004c09e696ba0f11121683.zip
r6634: merge smbmount malloc checker fixes from trunk
Diffstat (limited to 'source/client')
-rw-r--r--source/client/smbmnt.c2
-rw-r--r--source/client/smbumount.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/source/client/smbmnt.c b/source/client/smbmnt.c
index 6625b308c5e..99ec9bc14c8 100644
--- a/source/client/smbmnt.c
+++ b/source/client/smbmnt.c
@@ -6,6 +6,8 @@
*
*/
+#define SMBMOUNT_MALLOC 1
+
#include "includes.h"
#include <mntent.h>
diff --git a/source/client/smbumount.c b/source/client/smbumount.c
index 29a7b5dafc1..7ad7ed22af0 100644
--- a/source/client/smbumount.c
+++ b/source/client/smbumount.c
@@ -5,6 +5,8 @@
*
*/
+#define SMBMOUNT_MALLOC 1
+
#include "includes.h"
#include <mntent.h>