1
0
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:
Andrew Tridgell 2005-08-04 04:20:43 +00:00 committed by Gerald (Jerry) Carter
parent eaf079e33f
commit 45e41010da

View File

@ -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;
}
/*