svn commit: samba r16442 - in branches/SAMBA_4_0/source/lib/talloc: .

metze at samba.org metze at samba.org
Wed Jun 21 17:49:34 GMT 2006


Author: metze
Date: 2006-06-21 17:49:34 +0000 (Wed, 21 Jun 2006)
New Revision: 16442

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

Log:
if we want to use CHECK_SIZE(NULL, 3)
we need null tracking, so enable it explicit before running any tests

metze
Modified:
   branches/SAMBA_4_0/source/lib/talloc/testsuite.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/talloc/testsuite.c
===================================================================
--- branches/SAMBA_4_0/source/lib/talloc/testsuite.c	2006-06-21 17:47:19 UTC (rev 16441)
+++ branches/SAMBA_4_0/source/lib/talloc/testsuite.c	2006-06-21 17:49:34 UTC (rev 16442)
@@ -891,6 +891,8 @@
 {
 	BOOL ret = True;
 
+	talloc_enable_null_tracking();
+
 	ret &= test_ref1();
 	ret &= test_ref2();
 	ret &= test_ref3();



More information about the samba-cvs mailing list