<p>Sean Bright has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/6377">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">chan_ooh323: Fix confusing indentation warning<br><br>ASTERISK-27177 #close<br>Reported by: Tzafrir Cohen<br><br>Change-Id: I40311c404edb2302a7543ad5ca7a06b2a38f2d97<br>---<br>M addons/ooh323c/src/ooSocket.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/77/6377/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/addons/ooh323c/src/ooSocket.c b/addons/ooh323c/src/ooSocket.c<br>index e9087d1..55d7619 100644<br>--- a/addons/ooh323c/src/ooSocket.c<br>+++ b/addons/ooh323c/src/ooSocket.c<br>@@ -386,7 +386,7 @@<br>    if (*pNewSocket <= 0) return ASN_E_INVSOCKET;<br> <br>    if (destAddr != 0) {<br>-      if ((host = ast_sockaddr_stringify_addr(&addr)) != NULL);<br>+      if ((host = ast_sockaddr_stringify_addr(&addr)) != NULL)<br>               strncpy(destAddr, host, strlen(host));<br>    }<br>    if (destPort != 0)<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/6377">change 6377</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/6377"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 14 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I40311c404edb2302a7543ad5ca7a06b2a38f2d97 </div>
<div style="display:none"> Gerrit-Change-Number: 6377 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Sean Bright <sean.bright@gmail.com> </div>