[ros-diffs] [cgutman] 43229: - Fix a nasty bug that caused us to exit the loop before sending all the data
cgutman at svn.reactos.org
cgutman at svn.reactos.org
Wed Sep 30 03:30:45 CEST 2009
Author: cgutman
Date: Wed Sep 30 03:30:45 2009
New Revision: 43229
URL: http://svn.reactos.org/svn/reactos?rev=43229&view=rev
Log:
- Fix a nasty bug that caused us to exit the loop before sending all the data
Modified:
trunk/reactos/lib/drivers/oskittcp/oskittcp/ip_output.c
Modified: trunk/reactos/lib/drivers/oskittcp/oskittcp/ip_output.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/drivers/oskittcp/oskittcp/ip_output.c?rev=43229&r1=43228&r2=43229&view=diff
==============================================================================
--- trunk/reactos/lib/drivers/oskittcp/oskittcp/ip_output.c [iso-8859-1] (original)
+++ trunk/reactos/lib/drivers/oskittcp/oskittcp/ip_output.c [iso-8859-1] Wed Sep 30 03:30:45 2009
@@ -522,7 +522,6 @@
error = OtcpEvent.PacketSend( OtcpEvent.ClientData,
(OSK_PCHAR)new_m->m_data, new_m->m_len );
m_free( new_m );
- goto done;
}
OS_DbgPrint(OSK_MID_TRACE,("Error from upper layer: %d\n", error));
More information about the Ros-diffs
mailing list