mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:56:26 +00:00
Fix a typo
svn path=/trunk/; revision=48402
This commit is contained in:
parent
4e63fd0e5a
commit
be40e4a043
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id$
|
ter/* $Id$
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
* FILE: drivers/net/afd/afd/read.c
|
* FILE: drivers/net/afd/afd/read.c
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
static VOID HandleEOFOnIrp( PAFD_FCB FCB, NTSTATUS Status, ULONG_PTR Information )
|
static VOID HandleEOFOnIrp( PAFD_FCB FCB, NTSTATUS Status, ULONG_PTR Information )
|
||||||
{
|
{
|
||||||
if( ( Status == STATUS_SUCCESS && !FCB->ReceiveIrp.Iosb.Information ) ||
|
if( ( Status == STATUS_SUCCESS && !Information ) ||
|
||||||
( !NT_SUCCESS( Status ) ) )
|
( !NT_SUCCESS( Status ) ) )
|
||||||
{
|
{
|
||||||
/* The socket has been closed */
|
/* The socket has been closed */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue