diff options
author | Tim Prouty <tprouty@samba.org> | 2009-12-17 13:35:01 -0800 |
---|---|---|
committer | Tim Prouty <tprouty@samba.org> | 2009-12-17 17:58:35 -0800 |
commit | f02206d933c2952b9b9674b94290142f269248c5 (patch) | |
tree | 8249058e6c5ab75c5f2fe5d00d42115cc55ad4af /source4/torture/raw | |
parent | 5c13a90abebbd9f23c4e426b2f52c7440aa49586 (diff) | |
download | samba-f02206d933c2952b9b9674b94290142f269248c5.tar.gz samba-f02206d933c2952b9b9674b94290142f269248c5.tar.bz2 samba-f02206d933c2952b9b9674b94290142f269248c5.zip |
s4 torture: RAW-STREAMS-CREATEDISP Use a normal deny mode
Diffstat (limited to 'source4/torture/raw')
-rw-r--r-- | source4/torture/raw/streams.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/raw/streams.c b/source4/torture/raw/streams.c index c0cb64b106..6b41031fcb 100644 --- a/source4/torture/raw/streams.c +++ b/source4/torture/raw/streams.c @@ -1487,7 +1487,7 @@ static bool test_stream_create_disposition(struct torture_context *tctx, io.openx.level = RAW_OPEN_OPENX; io.openx.in.flags = OPENX_FLAGS_ADDITIONAL_INFO; - io.openx.in.open_mode = OPENX_MODE_ACCESS_RDWR; + io.openx.in.open_mode = OPENX_MODE_ACCESS_RDWR | OPEN_FLAGS_DENY_NONE; io.openx.in.search_attrs = 0; io.openx.in.file_attrs = 0; io.openx.in.write_time = 0; |