svn commit: samba r17949 - in branches/SAMBA_3_0/source/lib: .

metze at samba.org metze at samba.org
Thu Aug 31 06:30:52 GMT 2006


Author: metze
Date: 2006-08-31 06:30:51 +0000 (Thu, 31 Aug 2006)
New Revision: 17949

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

Log:
change the comment, talloc_enable_null_tracking() should
stay here.

metze
Modified:
   branches/SAMBA_3_0/source/lib/talloc.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/talloc.c
===================================================================
--- branches/SAMBA_3_0/source/lib/talloc.c	2006-08-31 05:57:10 UTC (rev 17948)
+++ branches/SAMBA_3_0/source/lib/talloc.c	2006-08-31 06:30:51 UTC (rev 17949)
@@ -492,7 +492,11 @@
 	void *ptr;
 	const char *name;
 
-	/* FIXME: move this into a samba3 specifiy file */
+	/*
+	 * samba3 expects talloc_report_depth_cb(NULL, ...)
+	 * reports all talloc'ed memory, so we need to enable
+	 * null_tracking
+	 */
 	talloc_enable_null_tracking();
 
 	ptr = _talloc(NULL, 0);



More information about the samba-cvs mailing list