[ros-dev] [ros-diffs] [cgutman] 43229: - Fix a nasty bug that caused us to exit the loop before sending all the data

Aleksey Bragin aleksey at reactos.org
Wed Sep 30 10:20:17 CEST 2009


Is this an import from a new oskittcp lib release or our own  
modification/implementation?

On Sep 30, 2009, at 5:30 AM, cgutman at svn.reactos.org wrote:

> 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-dev mailing list