diff options
author | Zachary Loafman <zachary.loafman@isilon.com> | 2009-11-18 22:42:31 +0000 |
---|---|---|
committer | Tim Prouty <tprouty@samba.org> | 2009-12-03 20:46:29 -0800 |
commit | 3507350ad24643336b392befc52af493098638b9 (patch) | |
tree | 48a9def2b14e3c81eb41b921c6cd116ccd59b0af /source4/torture/raw | |
parent | a3df55b26f6afaab4364cb96efb121a3f8fa2c82 (diff) | |
download | samba-3507350ad24643336b392befc52af493098638b9.tar.gz samba-3507350ad24643336b392befc52af493098638b9.tar.bz2 samba-3507350ad24643336b392befc52af493098638b9.zip |
s4 torture: Fix call to smbcli_open
Signed-off-by: Tim Prouty <tprouty@samba.org>
Diffstat (limited to 'source4/torture/raw')
-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); |