Fix a typo
authorCameron Gutman <aicommander@gmail.com>
Sun, 1 Aug 2010 23:20:31 +0000 (23:20 +0000)
committerCameron Gutman <aicommander@gmail.com>
Sun, 1 Aug 2010 23:20:31 +0000 (23:20 +0000)
svn path=/trunk/; revision=48402

reactos/drivers/network/afd/afd/read.c

index 447f09f..cf2133e 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id$
+ter/* $Id$
  * COPYRIGHT:        See COPYING in the top level directory
  * PROJECT:          ReactOS kernel
  * FILE:             drivers/net/afd/afd/read.c
@@ -28,7 +28,7 @@
 
 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 ) ) )
        {
                /* The socket has been closed */