<p>Sean Bright <strong>posted comments</strong> on this change.</p><p><a href="https://gerrit.asterisk.org/5825">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>(1 comment)</p><ul style="list-style: none; padding-left: 20px;"><li><p><a href="https://gerrit.asterisk.org/#/c/5825/1/res/res_pjsip_session.c">File res/res_pjsip_session.c:</a></p><ul style="list-style: none; padding-left: 20px;"><li><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/#/c/5825/1/res/res_pjsip_session.c@3125">Patch Set #1, Line 3125:</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;">            if (!transport_state->localnet<br>                     || (transport_state->localnet<br>                              && ast_apply_ha(transport_state->localnet, &addr) != AST_SENSE_ALLOW)) {<br></pre></blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">The if statement can be simplified to:</p><pre style="font-family: monospace,monospace; white-space: pre-wrap;"> if (!transport_state->localnet || ast_apply_ha(...) != AST_SENSE_ALLOW)</pre></li></ul></li></ul><p>To view, visit <a href="https://gerrit.asterisk.org/5825">change 5825</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/5825"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-MessageType: comment </div>
<div style="display:none"> Gerrit-Change-Id: I7ec617171eaa2d86d2680b00cf37d5088adafc27 </div>
<div style="display:none"> Gerrit-Change-Number: 5825 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Sean Bright <sean.bright@gmail.com> </div>
<div style="display:none"> Gerrit-Comment-Date: Wed, 14 Jun 2017 15:50:06 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>