mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[LAN]
Add a "comment" that will notify whoever wants to compile this poc, to move the IoCompleteRequest out of the SEH block. svn path=/trunk/; revision=57435
This commit is contained in:
@@ -313,6 +313,7 @@ ProtocolTransferDataComplete(
|
||||
LA_DbgPrint(MID_TRACE,("Bytes returned %d\n",
|
||||
ReadIrp->IoStatus.Information));
|
||||
|
||||
#error move this out of SEH!
|
||||
IoCompleteRequest(ReadIrp, IO_NETWORK_INCREMENT);
|
||||
}
|
||||
_SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
|
||||
|
||||
Reference in New Issue
Block a user