More re #1653: bug in previous checkin, the local_hold flag was released regardless of the flag

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@4460 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Benny Prijono 2013-04-03 22:49:43 +00:00
parent 8e4a11380f
commit 83bded706b
1 changed files with 0 additions and 2 deletions

View File

@ -2533,8 +2533,6 @@ PJ_DEF(pj_status_t) pjsua_call_update2(pjsua_call_id call_id,
goto on_return;
}
call->local_hold = PJ_FALSE;
on_return:
if (dlg) pjsip_dlg_dec_lock(dlg);
pj_log_pop_indent();