<p>Kevin Harwell <strong>posted comments</strong> on this change.</p><p><a href="https://gerrit.asterisk.org/7770">View Change</a></p><p>Patch set 1:<span style="border-radius: 3px; display: inline-block; margin: 0 2px; padding: 4px;background-color: #ffd4d4;">Code-Review -1</span></p><p>(4 comments)</p><ul style="list-style: none; padding-left: 20px;"><li><p><a href="https://gerrit.asterisk.org/#/c/7770/1/main/bridge.c">File main/bridge.c:</a></p><ul style="list-style: none; padding-left: 20px;"><li><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/#/c/7770/1/main/bridge.c@528">Patch Set #1, Line 528:</a> </p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;"><pre style="font-family: monospace,monospace; white-space: pre-wrap;">                 /* The bridge module is not actually running. */<br>                      /* BUGBUG: improve handling of this situation. */<br>                     best = NULL;<br>          }<br></pre></blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">Just a thought, but you could search again for the next best?</p></li></ul></li><li><p><a href="https://gerrit.asterisk.org/#/c/7770/1/main/cli.c">File main/cli.c:</a></p><ul style="list-style: none; padding-left: 20px;"><li><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/#/c/7770/1/main/cli.c@2683">Patch Set #1, Line 2683:</a> <code style="font-family:monospace,monospace">                           if (!e->module || ast_module_running_ref(e->module)) {</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Can skip the null check here as it's checked for in ast_module_running</p></li><li><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/#/c/7770/1/main/cli.c@2765">Patch Set #1, Line 2765:</a> <code style="font-family:monospace,monospace">  if (!e->module || ast_module_running_ref(e->module)) {</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Can skip the null check here as it's checked for in ast_module_running</p></li></ul></li><li><p><a href="https://gerrit.asterisk.org/#/c/7770/1/main/manager.c">File main/manager.c:</a></p><ul style="list-style: none; padding-left: 20px;"><li><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/#/c/7770/1/main/manager.c@2950">Patch Set #1, Line 2950:</a> <code style="font-family:monospace,monospace">                   if (mod_ref || !act_found->module) {</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">This took me a second to parse (don't enter if module ref was rejected due to not running, right?), so probably worthy of a comment.</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.asterisk.org/7770">change 7770</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/7770"/><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: comment </div>
<div style="display:none"> Gerrit-Change-Id: Ia16fd28e188b2fc0b9d18b8a5d9cacc31df73fcc </div>
<div style="display:none"> Gerrit-Change-Number: 7770 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Kevin Harwell <kharwell@digium.com> </div>
<div style="display:none"> Gerrit-Comment-Date: Wed, 03 Jan 2018 21:31:14 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>