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

metze at samba.org metze at samba.org
Thu Aug 31 09:27:04 GMT 2006


Author: metze
Date: 2006-08-31 09:27:03 +0000 (Thu, 31 Aug 2006)
New Revision: 17959

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

Log:
sync with samba4

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


Changeset:
Modified: branches/SAMBA_3_0/source/lib/talloctort.c
===================================================================
--- branches/SAMBA_3_0/source/lib/talloctort.c	2006-08-31 09:26:43 UTC (rev 17958)
+++ branches/SAMBA_3_0/source/lib/talloctort.c	2006-08-31 09:27:03 UTC (rev 17959)
@@ -910,6 +910,7 @@
 		printf("FAILED TO FIRE LOOP DESTRUCTOR\n");
 		return False;
 	}
+	loop_destructor_count = 0;
 
 	return True;
 }
@@ -1021,6 +1022,7 @@
 {
 	BOOL ret = True;
 
+	talloc_disable_null_tracking();
 	talloc_enable_null_tracking();
 
 	ret &= test_ref1();



More information about the samba-cvs mailing list