mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:02:57 +00:00
- Fix a nasty bug that caused us to exit the loop before sending all the data
svn path=/trunk/; revision=43229
This commit is contained in:
parent
63fbb744f3
commit
1118959561
1 changed files with 0 additions and 1 deletions
|
@ -522,7 +522,6 @@ sendorfree:
|
||||||
error = OtcpEvent.PacketSend( OtcpEvent.ClientData,
|
error = OtcpEvent.PacketSend( OtcpEvent.ClientData,
|
||||||
(OSK_PCHAR)new_m->m_data, new_m->m_len );
|
(OSK_PCHAR)new_m->m_data, new_m->m_len );
|
||||||
m_free( new_m );
|
m_free( new_m );
|
||||||
goto done;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
OS_DbgPrint(OSK_MID_TRACE,("Error from upper layer: %d\n", error));
|
OS_DbgPrint(OSK_MID_TRACE,("Error from upper layer: %d\n", error));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue