mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
sys: FspVolumeCreate: fix missing return
This commit is contained in:
parent
f0d7e5b322
commit
adc759447e
@ -272,6 +272,7 @@ static NTSTATUS FspVolumeCreateNoLock(
|
|||||||
if (0 != FsvrtDeviceObject)
|
if (0 != FsvrtDeviceObject)
|
||||||
FspDeviceDereference(FsvrtDeviceObject);
|
FspDeviceDereference(FsvrtDeviceObject);
|
||||||
FspDeviceDereference(FsvolDeviceObject);
|
FspDeviceDereference(FsvolDeviceObject);
|
||||||
|
return Result;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* do we need to register with fsmup? */
|
/* do we need to register with fsmup? */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user