<p>Corey Farrell has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/7797">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">res_pjsip_history: Add missing unlock to CLI command.<br><br>Change-Id: I872060a30543776a176a316309602d924a23eb29<br>---<br>M res/res_pjsip_history.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/97/7797/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/res/res_pjsip_history.c b/res/res_pjsip_history.c<br>index ed374d6..d6b3eeb 100644<br>--- a/res/res_pjsip_history.c<br>+++ b/res/res_pjsip_history.c<br>@@ -1280,7 +1280,7 @@<br>             }<br>             entry = ao2_bump(AST_VECTOR_GET(vec, 0));<br>             if (vec == &vector_history) {<br>-                    ast_mutex_lock(&history_lock);<br>+                   ast_mutex_unlock(&history_lock);<br>          }<br>     }<br> <br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7797">change 7797</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/7797"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I872060a30543776a176a316309602d924a23eb29 </div>
<div style="display:none"> Gerrit-Change-Number: 7797 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>