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

sys: silo: FspSiloPostInitialize

This commit is contained in:
Bill Zissimopoulos
2022-09-27 19:55:08 +01:00
parent 6c6dd8abcc
commit a3765d6360
4 changed files with 28 additions and 6 deletions
+4
View File
@@ -150,6 +150,10 @@ NTSTATUS DriverEntry(
goto exit;
InitDoneDevices = TRUE;
Result = FspSiloPostInitialize();
if (!NT_SUCCESS(Result))
goto exit;
Result = STATUS_SUCCESS;
exit: