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:
@@ -161,6 +161,10 @@ NTSTATUS DriverEntry(
|
||||
goto exit;
|
||||
InitDoneDevices = TRUE;
|
||||
|
||||
Result = FspSiloPostInitialize();
|
||||
if (!NT_SUCCESS(Result))
|
||||
goto exit;
|
||||
|
||||
Result = STATUS_SUCCESS;
|
||||
|
||||
exit:
|
||||
|
||||
Reference in New Issue
Block a user