From: Stefan Metzmacher Date: Thu, 18 Dec 2008 00:00:47 +0000 (+0100) Subject: s4:ntvfs_generic: pass RAW-OPEN again X-Git-Tag: samba-4.0.0alpha6~462^2~14^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71b3582fe43c42c5e8f902957fd3e8d264bbbe5b;p=thirdparty%2Fsamba.git s4:ntvfs_generic: pass RAW-OPEN again This is the samba4 version of commit 9391dad85d08bb0939f4db1472c6cf063ebea892 metze --- diff --git a/source4/ntvfs/ntvfs_generic.c b/source4/ntvfs/ntvfs_generic.c index 554d5c5aef0..b03d57166bb 100644 --- a/source4/ntvfs/ntvfs_generic.c +++ b/source4/ntvfs/ntvfs_generic.c @@ -281,6 +281,8 @@ static NTSTATUS map_openx_open(uint16_t flags, uint16_t open_mode, uint16_t open_func, const char *fname, union smb_open *io2) { + io2->generic.in.create_options = NTCREATEX_OPTIONS_NON_DIRECTORY_FILE; + if (flags & OPENX_FLAGS_REQUEST_OPLOCK) { io2->generic.in.flags |= NTCREATEX_FLAGS_REQUEST_OPLOCK; }