mirror of
https://github.com/reactos/reactos.git
synced 2025-01-08 07:11:16 +00:00
[AFD]
- Fix a typo in r47156 - Fixes Firefox regression (bug 5384) - Thanks to mjmartin for testing svn path=/trunk/; revision=47234
This commit is contained in:
parent
5ab3830ab5
commit
5ea607ab59
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ static NTSTATUS ReceiveActivity( PAFD_FCB FCB, PIRP Irp ) {
|
|||
}
|
||||
}
|
||||
|
||||
if( !FCB->Recv.Content ) {
|
||||
if( FCB->Recv.Content ) {
|
||||
FCB->PollState |= AFD_EVENT_RECEIVE;
|
||||
} else
|
||||
FCB->PollState &= ~AFD_EVENT_RECEIVE;
|
||||
|
|
Loading…
Reference in a new issue