svn commit: samba r6634 - in branches/SAMBA_3_0/source/client: .

jerry at samba.org jerry at samba.org
Fri May 6 15:22:05 GMT 2005


Author: jerry
Date: 2005-05-06 15:22:05 +0000 (Fri, 06 May 2005)
New Revision: 6634

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6634

Log:
merge smbmount malloc checker fixes from trunk
Modified:
   branches/SAMBA_3_0/source/client/smbmnt.c
   branches/SAMBA_3_0/source/client/smbumount.c


Changeset:
Modified: branches/SAMBA_3_0/source/client/smbmnt.c
===================================================================
--- branches/SAMBA_3_0/source/client/smbmnt.c	2005-05-06 13:26:54 UTC (rev 6633)
+++ branches/SAMBA_3_0/source/client/smbmnt.c	2005-05-06 15:22:05 UTC (rev 6634)
@@ -6,6 +6,8 @@
  *
  */
 
+#define SMBMOUNT_MALLOC 1
+
 #include "includes.h"
 
 #include <mntent.h>

Modified: branches/SAMBA_3_0/source/client/smbumount.c
===================================================================
--- branches/SAMBA_3_0/source/client/smbumount.c	2005-05-06 13:26:54 UTC (rev 6633)
+++ branches/SAMBA_3_0/source/client/smbumount.c	2005-05-06 15:22:05 UTC (rev 6634)
@@ -5,6 +5,8 @@
  *
  */
 
+#define SMBMOUNT_MALLOC 1
+
 #include "includes.h"
 
 #include <mntent.h>



More information about the samba-cvs mailing list