dll: FspFsctlEnumServices

This commit is contained in:
Bill Zissimopoulos
2022-09-10 16:23:14 +01:00
parent b99fb9a5cb
commit 2fc2c237d3
6 changed files with 157 additions and 7 deletions

View File

@ -42,7 +42,7 @@ VOID FspSxsIdentInitialize(PUNICODE_STRING DriverName)
{
if (L'\\' == *P)
break;
if (L'+' == *P)
if (FSP_SXS_SEPARATOR_CHAR == *P)
{
Ident = P;
break;