<p><a href="https://gerrit.osmocom.org/13940">View Change</a></p><p>1 comment:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.osmocom.org/#/c/13940/1/src/libmsc/msc_ho.c">File src/libmsc/msc_ho.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.osmocom.org/#/c/13940/1/src/libmsc/msc_ho.c@546">Patch Set #1, Line 546:</a> <code style="font-family:monospace,monospace">rtp_to_ran = cl ? cl->rtp[RTP_TO_RAN] : NULL;</code></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">Assigning NULL to 'rtp_to_ran' doesn't make sense anymore. […]</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">makes sense to me. I could do this:</p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">  if (!cl) {<br>      error...<br>  }</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">  if (!cl->rtp[RTP_TO_RAN]) {<br>      error...<br>  }</pre><p style="white-space: pre-wrap; word-wrap: break-word;">instead I just</p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">  rtp_to_ran = pointer or NULL<br>  if (!rtp_to_ran) {<br>    error...<br>  }</pre><p style="white-space: pre-wrap; word-wrap: break-word;">so it saves one if()</p><p style="white-space: pre-wrap; word-wrap: break-word;">YMMV, but nothing wrong with this, right?</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.osmocom.org/13940">change 13940</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/13940"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-msc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: comment </div>
<div style="display:none"> Gerrit-Change-Id: Ia223c2e20e625879ab71fc5c8afd0305fd224c58 </div>
<div style="display:none"> Gerrit-Change-Number: 13940 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>
<div style="display:none"> Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-CC: Vadim Yanitskiy <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Comment-Date: Thu, 09 May 2019 14:31:52 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-HasLabels: No </div>