Skip to content
Snippets Groups Projects
Commit 73bf5035 authored by Corey Farrell's avatar Corey Farrell
Browse files

res_pjsip_history: Add missing unlock to CLI command.

Change-Id: I872060a30543776a176a316309602d924a23eb29
parent 2fac32a3
No related branches found
No related tags found
No related merge requests found
......@@ -1280,7 +1280,7 @@ static char *pjsip_show_history(struct ast_cli_entry *e, int cmd, struct ast_cli
}
entry = ao2_bump(AST_VECTOR_GET(vec, 0));
if (vec == &vector_history) {
ast_mutex_lock(&history_lock);
ast_mutex_unlock(&history_lock);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment