summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2013-02-19 19:45:45 +0000
committerNanang Izzuddin <nanang@teluu.com>2013-02-19 19:45:45 +0000
commit63228a02f45b889e2e0d2c799b098a13ad4f464f (patch)
tree352bc17de467daa2951f690f878443a266ce251d
parent9fc261c45952ec8bedceec689ea8b5a734c86b7d (diff)
Re #1242: fixed silly mistake unremoved test code.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4356 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--pjsip/src/pjsua-lib/pjsua_call.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pjsip/src/pjsua-lib/pjsua_call.c b/pjsip/src/pjsua-lib/pjsua_call.c
index c2052132..b801167f 100644
--- a/pjsip/src/pjsua-lib/pjsua_call.c
+++ b/pjsip/src/pjsua-lib/pjsua_call.c
@@ -3160,7 +3160,6 @@ static pj_status_t process_pending_reinvite(pjsua_call *call)
/* Check if we need to lock codec */
need_lock_codec = check_lock_codec(call);
- need_lock_codec = PJ_TRUE;
/* Check if reinvite is really needed */
if (!need_lock_codec && !ice_need_reinv)