mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	dll: FspFileSystemSetMountPoint: testing
This commit is contained in:
		| @@ -434,7 +434,7 @@ static void reparse_symlink_relative_dotest(ULONG Flags, PWSTR Prefix, ULONG Fil | ||||
|     { | ||||
|         ASSERT(ERROR_PRIVILEGE_NOT_HELD == GetLastError()); | ||||
|         FspDebugLog(__FUNCTION__ ": need SE_CREATE_SYMBOLIC_LINK_PRIVILEGE\n"); | ||||
|         return; | ||||
|         goto exit; | ||||
|     } | ||||
|  | ||||
|     my_mkdir(L"\\1"); | ||||
| @@ -491,6 +491,7 @@ static void reparse_symlink_relative_dotest(ULONG Flags, PWSTR Prefix, ULONG Fil | ||||
|     my_rmdir(L"\\1\\1.1"); | ||||
|     my_rmdir(L"\\1"); | ||||
|  | ||||
| exit: | ||||
|     memfs_stop(memfs); | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user