svn commit: samba r9043 - in branches/SAMBA_4_0/source/torture/raw: .

tridge at samba.org tridge at samba.org
Thu Aug 4 04:20:44 GMT 2005


Author: tridge
Date: 2005-08-04 04:20:43 +0000 (Thu, 04 Aug 2005)
New Revision: 9043

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

Log:
fixed return code in RAW-STREAMS test







Modified:
   branches/SAMBA_4_0/source/torture/raw/streams.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/raw/streams.c
===================================================================
--- branches/SAMBA_4_0/source/torture/raw/streams.c	2005-08-04 04:20:26 UTC (rev 9042)
+++ branches/SAMBA_4_0/source/torture/raw/streams.c	2005-08-04 04:20:43 UTC (rev 9043)
@@ -206,7 +206,7 @@
 
 done:
 	smbcli_close(cli->tree, fnum);
-	return True;
+	return ret;
 }
 
 /* 



More information about the samba-cvs mailing list