mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
r9043: fixed return code in RAW-STREAMS test
This commit is contained in:
parent
eaf079e33f
commit
45e41010da
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user