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:
parent
a3df55b26f
commit
3507350ad2
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user