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

tridge at samba.org tridge at samba.org
Mon Jul 4 05:06:16 GMT 2005


Author: tridge
Date: 2005-07-04 05:06:16 +0000 (Mon, 04 Jul 2005)
New Revision: 8118

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

Log:
remove a debugging hack that should not have been in the last commit

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


Changeset:
Modified: branches/SAMBA_4_0/source/torture/raw/context.c
===================================================================
--- branches/SAMBA_4_0/source/torture/raw/context.c	2005-07-04 05:05:28 UTC (rev 8117)
+++ branches/SAMBA_4_0/source/torture/raw/context.c	2005-07-04 05:06:16 UTC (rev 8118)
@@ -31,7 +31,7 @@
 	if (!NT_STATUS_EQUAL(status, correct)) { \
 		printf("(%s) Incorrect status %s - should be %s\n", \
 		       __location__, nt_errstr(status), nt_errstr(correct)); \
-		ret = False; exit(1); \
+		ret = False; \
 		goto done; \
 	}} while (0)
 



More information about the samba-cvs mailing list