| Index: sandbox/win/src/filesystem_dispatcher.cc
|
| diff --git a/sandbox/win/src/filesystem_dispatcher.cc b/sandbox/win/src/filesystem_dispatcher.cc
|
| index dcd30a75791429b06060f9f16e2258ea95fac67a..4561be4202843b69c0c974d6090e30c62700bc44 100644
|
| --- a/sandbox/win/src/filesystem_dispatcher.cc
|
| +++ b/sandbox/win/src/filesystem_dispatcher.cc
|
| @@ -145,7 +145,7 @@ bool FilesystemDispatcher::NtOpenFile(IPCInfo* ipc,
|
| const wchar_t* filename = name->c_str();
|
|
|
| uint32 broker = TRUE;
|
| - uint32 create_disposition = 0;
|
| + uint32 create_disposition = FILE_OPEN;
|
| CountedParameterSet<OpenFile> params;
|
| params[OpenFile::NAME] = ParamPickerMake(filename);
|
| params[OpenFile::ACCESS] = ParamPickerMake(desired_access);
|
|
|