mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-29 19:18:39 -05:00 
			
		
		
		
	sys: volume: allow the IRP debug timeout value on all builds
This commit is contained in:
		| @@ -93,11 +93,9 @@ NTSTATUS FspVolumeCreate( | ||||
|     if (FspFsctlIrpTimeoutMinimum > VolumeParams.IrpTimeout || | ||||
|         VolumeParams.IrpTimeout > FspFsctlIrpTimeoutMaximum) | ||||
|     { | ||||
| #if DBG | ||||
|         /* allow the debug timeout value on debug builds */ | ||||
|         /* special: allow the debug timeout value on all builds */ | ||||
|         if (FspFsctlIrpTimeoutDebug != VolumeParams.IrpTimeout) | ||||
| #endif | ||||
|         VolumeParams.IrpTimeout = FspFsctlIrpTimeoutDefault; | ||||
|             VolumeParams.IrpTimeout = FspFsctlIrpTimeoutDefault; | ||||
|     } | ||||
|     if (FspFsctlIrpCapacityMinimum > VolumeParams.IrpCapacity || | ||||
|         VolumeParams.IrpCapacity > FspFsctlIrpCapacityMaximum) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user