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

tridge at samba.org tridge at samba.org
Sat Oct 21 06:40:39 GMT 2006


Author: tridge
Date: 2006-10-21 06:40:39 +0000 (Sat, 21 Oct 2006)
New Revision: 19434

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

Log:

we need to force line buffering as the new torture code doesn't create
a pty in the piped_child() code

Jelmer, if you want to fix this on platforms that support it, see the
forkpty() call, or see
http://junkcode.samba.org/ftp/unpacked/junkcode/rline/

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-10-21 06:13:50 UTC (rev 19433)
+++ branches/SAMBA_4_0/source/lib/talloc/testsuite.c	2006-10-21 06:40:39 UTC (rev 19434)
@@ -1029,6 +1029,8 @@
 {
 	bool ret = true;
 
+	setlinebuf(stdout);
+
 	talloc_disable_null_tracking();
 	talloc_enable_null_tracking();
 



More information about the samba-cvs mailing list