diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/raw/lookuprate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/raw/lookuprate.c b/source4/torture/raw/lookuprate.c index e26c5b0b89..13605f5b71 100644 --- a/source4/torture/raw/lookuprate.c +++ b/source4/torture/raw/lookuprate.c @@ -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); |