Commit 686585b5 authored by md's avatar md

* en50221.c: Make sure we transmit queued TPDUs


git-svn-id: svn://svn.videolan.org/dvblast/trunk@145 55d3f8b6-4a41-4d2d-a900-313d1436a5b8
parent c93e92de
......@@ -431,6 +431,8 @@ static int TPDURecv( access_t * p_access )
break;
}
if ( !p_slot->b_expect_answer && p_slot->p_send != NULL )
TPDUWrite( p_access, i_slot );
if ( !p_slot->b_expect_answer && p_slot->i_pending_session_id != 0 )
SessionOpenCb( p_access, i_slot );
if ( !p_slot->b_expect_answer && p_slot->b_has_data )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment