mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Just kidding. Fix it for real.
svn path=/trunk/; revision=53142
This commit is contained in:
@@ -688,7 +688,8 @@ AfdDisconnect(PDEVICE_OBJECT DeviceObject, PIRP Irp,
|
||||
Flags = TDI_DISCONNECT_RELEASE;
|
||||
}
|
||||
/* Shutdown(SD_RECEIVE) */
|
||||
else if (DisReq->DisconnectType & AFD_DISCONNECT_RECV)
|
||||
else if ((DisReq->DisconnectType & AFD_DISCONNECT_RECV) &&
|
||||
!(DisReq->DisconnectType & AFD_DISCONNECT_SEND))
|
||||
{
|
||||
/* Mark that we can't issue another receive request */
|
||||
FCB->TdiReceiveClosed = TRUE;
|
||||
|
||||
Reference in New Issue
Block a user