Skip to content
Snippets Groups Projects
Commit 0e8b1a82 authored by Yun Liu's avatar Yun Liu
Browse files

Remove pjsip mutex continued

parent effbc403
Branches
Tags
No related merge requests found
...@@ -426,7 +426,7 @@ bool UserAgent::addAccount(AccountID id, pjsip_regc **regc2, const std::string& ...@@ -426,7 +426,7 @@ bool UserAgent::addAccount(AccountID id, pjsip_regc **regc2, const std::string&
status = pjsip_regc_send(regc, tdata); status = pjsip_regc_send(regc, tdata);
if (status != PJ_SUCCESS) { if (status != PJ_SUCCESS) {
_debug("UserAgent: Unable to send regc request.\n"); _debug("UserAgent: Unable to send regc request.\n");
pj_mutex_unlock(_mutex); //pj_mutex_unlock(_mutex);
return false; return false;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment