1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

s4 torture: Fix call to smbcli_open

Signed-off-by: Tim Prouty <tprouty@samba.org>
This commit is contained in:
Zachary Loafman 2009-11-18 22:42:31 +00:00 committed by Tim Prouty
parent a3df55b26f
commit 3507350ad2

View File

@ -93,7 +93,7 @@ static NTSTATUS fill_directory(struct smbcli_tree *tree,
path, current);
fnum = smbcli_open(tree, fname, O_RDONLY|O_CREAT,
OPENX_MODE_DENY_NONE);
DENY_NONE);
if (fnum < 0) {
talloc_free(fname);
return smbcli_nt_error(tree);