mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user