summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-08-04 04:20:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:31:10 -0500
commit089fa957044f5c96401bd4f238cea387e9ee1940 (patch)
tree25a0e4119e1d1c6a6cbed83c0de75b2541430496 /source4/torture
parent8a0b044d20ae49819f26d68499bef0d869bcf143 (diff)
downloadsamba-089fa957044f5c96401bd4f238cea387e9ee1940.tar.gz
samba-089fa957044f5c96401bd4f238cea387e9ee1940.tar.bz2
samba-089fa957044f5c96401bd4f238cea387e9ee1940.zip
r9043: fixed return code in RAW-STREAMS test
(This used to be commit 45e41010da19cafc9d50369c2d311a42e5172eb7)
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/raw/streams.c2
1 files changed, 1 insertions, 1 deletions
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;
}
/*