From 19f2cd199f56a7fcc1b3534e5867874249dda900 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 4 Jul 2005 05:06:16 +0000 Subject: r8118: remove a debugging hack that should not have been in the last commit (This used to be commit 0f76449a08955cfe50178b6accfd631d7cf42da3) --- source4/torture/raw/context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') 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) -- cgit