[ros-diffs] [cgutman] 36883: - Revert an unintended change

cgutman at svn.reactos.org cgutman at svn.reactos.org
Wed Oct 22 02:16:36 CEST 2008


Author: cgutman
Date: Tue Oct 21 19:16:35 2008
New Revision: 36883

URL: http://svn.reactos.org/svn/reactos?rev=36883&view=rev
Log:
 - Revert an unintended change

Modified:
    branches/aicom-network-fixes/drivers/network/tcpip/tcpip/dispatch.c

Modified: branches/aicom-network-fixes/drivers/network/tcpip/tcpip/dispatch.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-fixes/drivers/network/tcpip/tcpip/dispatch.c?rev=36883&r1=36882&r2=36883&view=diff
==============================================================================
--- branches/aicom-network-fixes/drivers/network/tcpip/tcpip/dispatch.c [iso-8859-1] (original)
+++ branches/aicom-network-fixes/drivers/network/tcpip/tcpip/dispatch.c [iso-8859-1] Tue Oct 21 19:16:35 2008
@@ -1018,7 +1018,7 @@
 
 done:
     if (Status != STATUS_PENDING) {
-        DispDataRequestComplete(Irp, Status, 0);
+        DispDataRequestComplete(Irp, Status, Irp->IoStatus.Information);
     } else
         IoMarkIrpPending(Irp);
 



More information about the Ros-diffs mailing list