mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-15 00:02:46 -05:00
sys: MUP redir testing
This commit is contained in:
@ -438,7 +438,7 @@ NTSTATUS FspVolumeRedirQueryPathEx(
|
||||
if (Prefix.Length <= QueryPathRequest->PathName.Length &&
|
||||
RtlEqualMemory(Prefix.Buffer, QueryPathRequest->PathName.Buffer, Prefix.Length) &&
|
||||
(Prefix.Length == QueryPathRequest->PathName.Length ||
|
||||
'\\' == QueryPathRequest->PathName.Buffer[Prefix.Length]))
|
||||
'\\' == QueryPathRequest->PathName.Buffer[Prefix.Length / 2]))
|
||||
{
|
||||
QueryPathResponse->LengthAccepted = Prefix.Length;
|
||||
|
||||
|
Reference in New Issue
Block a user