summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)