mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 08:53:01 -05:00
sys: WIP
This commit is contained in:
parent
6ba60198ab
commit
a63f1e84a0
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user