Skip to content
Snippets Groups Projects
Commit a79a8d15 authored by Jenkins2's avatar Jenkins2 Committed by Gerrit Code Review
Browse files

Merge "res_pjsip_history: Add missing unlock to CLI command."

parents f33ed0d2 73bf5035
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