summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-04 05:06:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:19:10 -0500
commit19f2cd199f56a7fcc1b3534e5867874249dda900 (patch)
tree875056ca78012bf7a705b01b28bc48df2b82f4f9 /source4/torture
parentfee56ea90040a020cfe1938a3678effa00b772d4 (diff)
downloadsamba-19f2cd199f56a7fcc1b3534e5867874249dda900.tar.gz
samba-19f2cd199f56a7fcc1b3534e5867874249dda900.tar.bz2
samba-19f2cd199f56a7fcc1b3534e5867874249dda900.zip
r8118: remove a debugging hack that should not have been in the last commit
(This used to be commit 0f76449a08955cfe50178b6accfd631d7cf42da3)
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/raw/context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/raw/context.c b/source4/torture/raw/context.c
index 5a5c78b5f2..4fb7bc9cde 100644
--- a/source4/torture/raw/context.c
+++ b/source4/torture/raw/context.c
@@ -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)