sys: MUP redir testing

This commit is contained in:
Bill Zissimopoulos
2015-12-29 16:33:00 -08:00
parent c8003b5ecb
commit 9e3d5166cf
3 changed files with 18 additions and 9 deletions

View File

@ -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;