From 089fa957044f5c96401bd4f238cea387e9ee1940 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 4 Aug 2005 04:20:43 +0000 Subject: r9043: fixed return code in RAW-STREAMS test (This used to be commit 45e41010da19cafc9d50369c2d311a42e5172eb7) --- source4/torture/raw/streams.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/raw/streams.c') diff --git a/source4/torture/raw/streams.c b/source4/torture/raw/streams.c index 0d787ecf93..4a77dbfc76 100644 --- a/source4/torture/raw/streams.c +++ b/source4/torture/raw/streams.c @@ -206,7 +206,7 @@ static BOOL test_stream_io(struct smbcli_state *cli, TALLOC_CTX *mem_ctx) done: smbcli_close(cli->tree, fnum); - return True; + return ret; } /* -- cgit