Fix a typo

svn path=/trunk/; revision=48402
This commit is contained in:
Cameron Gutman 2010-08-01 23:20:31 +00:00
parent 4e63fd0e5a
commit be40e4a043

View file

@ -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 */