- 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:
Cameron Gutman 2009-09-30 01:30:45 +00:00
parent 63fbb744f3
commit 1118959561

View file

@ -522,7 +522,6 @@ sendorfree:
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));