From 3507350ad24643336b392befc52af493098638b9 Mon Sep 17 00:00:00 2001 From: Zachary Loafman Date: Wed, 18 Nov 2009 22:42:31 +0000 Subject: s4 torture: Fix call to smbcli_open Signed-off-by: Tim Prouty --- source4/torture/raw/lookuprate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') 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); -- cgit