svn commit: samba r4631 - in branches/SAMBA_4_0/source/torture/rpc: .

tridge at samba.org tridge at samba.org
Mon Jan 10 08:57:54 GMT 2005


Author: tridge
Date: 2005-01-10 08:57:54 +0000 (Mon, 10 Jan 2005)
New Revision: 4631

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

Log:
don't consider an epmapper insert as a failure for the moment


Modified:
   branches/SAMBA_4_0/source/torture/rpc/epmapper.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/epmapper.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/epmapper.c	2005-01-10 08:56:55 UTC (rev 4630)
+++ branches/SAMBA_4_0/source/torture/rpc/epmapper.c	2005-01-10 08:57:54 UTC (rev 4631)
@@ -327,7 +327,8 @@
 
 	if (r.out.result != 0) {
 		printf("Insert failed - %d\n", r.out.result);
-		return False;
+		printf("NOT CONSIDERING AS A FAILURE\n");
+		return True;
 	}
 
 	if (!test_Delete(p, mem_ctx, r.in.entries)) {



More information about the samba-cvs mailing list