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

tridge at samba.org tridge at samba.org
Fri Jan 7 04:45:12 GMT 2005


Author: tridge
Date: 2005-01-07 04:45:11 +0000 (Fri, 07 Jan 2005)
New Revision: 4592

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

Log:
fixed typo from talloc testsuite fixup for the new syntax

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	2005-01-07 04:39:16 UTC (rev 4591)
+++ branches/SAMBA_4_0/source/lib/talloc/testsuite.c	2005-01-07 04:45:11 UTC (rev 4592)
@@ -645,7 +645,7 @@
 
 	talloc_free(root);
 
-	p1 = talloc_new(NULL);
+	p1 = talloc_size(NULL, 3);
 	CHECK_SIZE(NULL, 3);
 	talloc_free(p1);
 



More information about the samba-cvs mailing list