tst: winfsp-tests: notify testing

This commit is contained in:
Bill Zissimopoulos
2020-10-09 15:05:31 -07:00
parent f2e2d83b72
commit 92b7989999
2 changed files with 23 additions and 23 deletions

View File

@ -2412,7 +2412,7 @@ VOID FspFileNodeInvalidateCachesAndNotifyChangeByName(PDEVICE_OBJECT FsvolDevice
FspFsvolDeviceInvalidateVolumeInfo(FsvolDeviceObject);
if (!IsStream)
{
if (sizeof(WCHAR) == FileNode->FileName.Length && L'\\' == FileNode->FileName.Buffer[0])
if (sizeof(WCHAR) == FileName->Length && L'\\' == FileName->Buffer[0])
; /* root does not have a parent */
else
FspFileNodeInvalidateDirInfoByName(FsvolDeviceObject, &Parent);