mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 03:28:38 -05:00 
			
		
		
		
	sys: FspVolumeCreate: fix missing return
This commit is contained in:
		| @@ -272,6 +272,7 @@ static NTSTATUS FspVolumeCreateNoLock( | ||||
|         if (0 != FsvrtDeviceObject) | ||||
|             FspDeviceDereference(FsvrtDeviceObject); | ||||
|         FspDeviceDereference(FsvolDeviceObject); | ||||
|         return Result; | ||||
|     } | ||||
|  | ||||
|     /* do we need to register with fsmup? */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user