1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-06-15 00:56:02 -05:00

Merge branch 'master' into pvt-sxs

This commit is contained in:
Bill Zissimopoulos
2022-09-29 17:00:10 +01:00
9 changed files with 67 additions and 9 deletions
+4
View File
@@ -161,6 +161,10 @@ NTSTATUS DriverEntry(
goto exit;
InitDoneDevices = TRUE;
Result = FspSiloPostInitialize();
if (!NT_SUCCESS(Result))
goto exit;
Result = STATUS_SUCCESS;
exit: