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

On Sep 30, 2009, at 5:30 AM, [email protected] 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));
>
>


_______________________________________________
Ros-dev mailing list
[email protected]
http://www.reactos.org/mailman/listinfo/ros-dev

Reply via email to