[ros-diffs] [cgutman] 36861: - Pass the correct status to the completion routine

cgutman at svn.reactos.org cgutman at svn.reactos.org
Mon Oct 20 23:12:14 CEST 2008


Author: cgutman
Date: Mon Oct 20 16:12:13 2008
New Revision: 36861

URL: http://svn.reactos.org/svn/reactos?rev=36861&view=rev
Log:
 - Pass the correct status to the completion routine

Modified:
    branches/aicom-network-fixes/lib/drivers/ip/network/neighbor.c

Modified: branches/aicom-network-fixes/lib/drivers/ip/network/neighbor.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-fixes/lib/drivers/ip/network/neighbor.c?rev=36861&r1=36860&r2=36861&view=diff
==============================================================================
--- branches/aicom-network-fixes/lib/drivers/ip/network/neighbor.c [iso-8859-1] (original)
+++ branches/aicom-network-fixes/lib/drivers/ip/network/neighbor.c [iso-8859-1] Mon Oct 20 16:12:13 2008
@@ -76,7 +76,7 @@
             ASSERT_KM_POINTER(Packet->Complete);
 	    Packet->Complete( Packet->Context,
 			      Packet->Packet,
-			      NDIS_STATUS_REQUEST_ABORTED );
+			      ErrorCode );
         }
 
 	PoolFreeBuffer( Packet );



More information about the Ros-diffs mailing list