sys: FspVolumeCreate: fix missing return

This commit is contained in:
Bill Zissimopoulos 2019-06-21 16:37:07 -07:00
parent f0d7e5b322
commit adc759447e

View File

@ -272,6 +272,7 @@ static NTSTATUS FspVolumeCreateNoLock(
if (0 != FsvrtDeviceObject)
FspDeviceDereference(FsvrtDeviceObject);
FspDeviceDereference(FsvolDeviceObject);
return Result;
}
/* do we need to register with fsmup? */