Merge branch 'master' of https://github.com/sandboxie-plus/Sandboxie
This commit is contained in:
commit
37ac24da90
|
@ -266,11 +266,13 @@ _FX NTSTATUS Key_MarkDeletedEx_v2(const WCHAR* TruePath, const WCHAR* ValueName)
|
||||||
|
|
||||||
NtClose(hPathsFile);
|
NtClose(hPathsFile);
|
||||||
|
|
||||||
|
Key_PathsVersion++;
|
||||||
|
|
||||||
File_GetAttributes_internal(KEY_PATH_FILE_NAME, &Key_PathsFileSize, &Key_PathsFileDate, NULL);
|
File_GetAttributes_internal(KEY_PATH_FILE_NAME, &Key_PathsFileSize, &Key_PathsFileDate, NULL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
Key_SavePathTree();
|
Key_SavePathTree();
|
||||||
}
|
}
|
||||||
|
|
||||||
File_ReleaseMutex(hMutex);
|
File_ReleaseMutex(hMutex);
|
||||||
|
|
Loading…
Reference in New Issue