<p>Harald Welte has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/11400">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">hnbgw_tx_hnb_register_rej(): Missing return statement<br><br>Change-Id: I0bdee8ede9ffdc16c16a4f5723acb7b4bceb2158<br>Fixes: Coverity CID#188869<br>---<br>M src/hnbgw_hnbap.c<br>1 file changed, 3 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/00/11400/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/hnbgw_hnbap.c b/src/hnbgw_hnbap.c</span><br><span>index 2a19dda..1d50d4d 100644</span><br><span>--- a/src/hnbgw_hnbap.c</span><br><span>+++ b/src/hnbgw_hnbap.c</span><br><span>@@ -85,7 +85,10 @@</span><br><span>        } else {</span><br><span>             /* The message was not queued. Destroy the connection right away. */</span><br><span>                 hnb_context_release(ctx);</span><br><span style="color: hsl(120, 100%, 40%);">+             return rc;</span><br><span>   }</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+   return 0;</span><br><span> }</span><br><span> </span><br><span> static int hnbgw_tx_hnb_register_acc(struct hnb_context *ctx)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/11400">change 11400</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.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.osmocom.org/11400"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-iuh </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I0bdee8ede9ffdc16c16a4f5723acb7b4bceb2158 </div>
<div style="display:none"> Gerrit-Change-Number: 11400 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>