mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	dll: create
This commit is contained in:
		| @@ -548,7 +548,7 @@ static NTSTATUS FspFileSystemOpCreate_FileOpenTargetDirectory(FSP_FILE_SYSTEM *F | ||||
|     } | ||||
|  | ||||
|     Information = FILE_OPENED; | ||||
|     if (0 == FileSystem->Interface->GetSecurity) | ||||
|     if (0 != FileSystem->Interface->GetSecurity) | ||||
|     { | ||||
|         Result = FileSystem->Interface->GetSecurity(FileSystem, (PWSTR)Request->Buffer, 0, 0, 0); | ||||
|         Information = NT_SUCCESS(Result) ? FILE_EXISTS : FILE_DOES_NOT_EXIST; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user