<p><a href="https://gerrit.asterisk.org/10504">View Change</a></p><p>5 comments:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.asterisk.org/#/c/10504/2/main/pbx.c">File main/pbx.c:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/#/c/10504/2/main/pbx.c@3057">Patch Set #2, Line 3057:</a> <code style="font-family:monospace,monospace">       return ao2_container_alloc_hash(AO2_ALLOC_OPT_LOCK_NOLOCK, 0, 1, NULL, NULL, NULL);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">This should be a list container since there is only one bucket.</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.asterisk.org/#/c/10504/2/main/pickup.c">File main/pickup.c:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/#/c/10504/2/main/pickup.c@138">Patch Set #2, Line 138:</a> <code style="font-family:monospace,monospace">       candidates = ao2_container_alloc_hash(AO2_ALLOC_OPT_LOCK_NOLOCK, 0, 1, NULL, NULL, NULL);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">This should be a list container since there is only one bucket.</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.asterisk.org/#/c/10504/2/main/sorcery.c">File main/sorcery.c:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/#/c/10504/2/main/sorcery.c@1795">Patch Set #2, Line 1795:</a> <code style="font-family:monospace,monospace">            object = ao2_container_alloc_hash(AO2_ALLOC_OPT_LOCK_NOLOCK, 0, 1,</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">This should be a list container since there is only one bucket.</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/#/c/10504/2/main/sorcery.c@1845">Patch Set #2, Line 1845:</a> <code style="font-family:monospace,monospace">        objects = ao2_container_alloc_hash(AO2_ALLOC_OPT_LOCK_NOLOCK, 0, 1, NULL, NULL, NULL);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">This should be a list container since there is only one bucket.</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/#/c/10504/2/main/sorcery.c@1880">Patch Set #2, Line 1880:</a> <code style="font-family:monospace,monospace">    objects = ao2_container_alloc_hash(AO2_ALLOC_OPT_LOCK_NOLOCK, 0, 1, NULL, NULL, NULL);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">This should be a list container since there is only one bucket.</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.asterisk.org/10504">change 10504</a>. To unsubscribe, or for help writing mail filters, 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/10504"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 16 </div>
<div style="display:none"> Gerrit-MessageType: comment </div>
<div style="display:none"> Gerrit-Change-Id: I1a26258b5bf3deb081aaeed11a0baa175c933c7a </div>
<div style="display:none"> Gerrit-Change-Number: 10504 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>
<div style="display:none"> Gerrit-Reviewer: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 (1000185) </div>
<div style="display:none"> Gerrit-Reviewer: Richard Mudgett <rmudgett@digium.com> </div>
<div style="display:none"> Gerrit-Comment-Date: Fri, 19 Oct 2018 21:29:05 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-HasLabels: No </div>