mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-29 19:18:39 -05:00 
			
		
		
		
	sys: WIP
This commit is contained in:
		| @@ -90,7 +90,11 @@ | ||||
|                 FSP_FSVRT_DEVICE_EXTENSION *FsvrtDeviceExtension =\ | ||||
|                     FspFsvrtDeviceExtension(FsvolDeviceExtension->FsvrtDeviceObject);\ | ||||
|                 if (!FspIoqPostIrp(&FsvrtDeviceExtension->Ioq, Irp))\ | ||||
|                      FspCompleteRequest(Irp, STATUS_ACCESS_DENIED);\ | ||||
|                 {                       \ | ||||
|                     /* this can only happen if the Ioq was stopped */\ | ||||
|                     ASSERT(FspIoqStopped(&FsvrtDeviceExtension->Ioq));\ | ||||
|                     FspCompleteRequest(Irp, STATUS_ACCESS_DENIED);\ | ||||
|                 }                       \ | ||||
|             }                           \ | ||||
|         }                               \ | ||||
|         else                            \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user