From 63228a02f45b889e2e0d2c799b098a13ad4f464f Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Tue, 19 Feb 2013 19:45:45 +0000 Subject: Re #1242: fixed silly mistake unremoved test code. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4356 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/src/pjsua-lib/pjsua_call.c | 1 - 1 file changed, 1 deletion(-) (limited to 'pjsip') 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) -- cgit v1.2.3