More ticket #1033: Fixed send_msg_callback of transaction.c to reset 'cont' flag to stop (re)transmitting when transaction has been unregistered.

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@3114 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Nanang Izzuddin 2010-03-01 12:14:24 +00:00
parent d69220bb10
commit 10d9c1463d
1 changed files with 1 additions and 0 deletions

View File

@ -1659,6 +1659,7 @@ static void send_msg_callback( pjsip_send_state *send_state,
* notification (https://trac.pjsip.org/repos/ticket/1033).
*/
if (tdata->mod_data[mod_tsx_layer.mod.id] == NULL) {
*cont = PJ_FALSE;
return;
}