mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 17:03:12 -05:00
Major refactoring: testing
This commit is contained in:
parent
e91255cef3
commit
a1ec205ba4
@ -293,9 +293,7 @@ VOID FspVolumeDelete(
|
||||
}
|
||||
else if (0 != FsvolDeviceExtension->MupHandle)
|
||||
{
|
||||
HANDLE MupHandle = FsvolDeviceExtension->MupHandle;
|
||||
|
||||
FsRtlDeregisterUncProvider(MupHandle);
|
||||
FsRtlDeregisterUncProvider(FsvolDeviceExtension->MupHandle);
|
||||
FsvolDeviceExtension->MupHandle = 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user