<p>Harald Welte has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/10274">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Fix config file saving of {tx,rx}-path VTY config strings<br><br>We were missing one indent level when writing the rx-path and tx-path<br><br>Change-Id: I5d5b02c71d39220cabc2a23d059908ef3c6350e0<br>Closes: OS#3435<br>---<br>M CommonLibs/trx_vty.c<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/74/10274/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/CommonLibs/trx_vty.c b/CommonLibs/trx_vty.c</span><br><span>index e69df77..baa26c8 100644</span><br><span>--- a/CommonLibs/trx_vty.c</span><br><span>+++ b/CommonLibs/trx_vty.c</span><br><span>@@ -424,9 +424,9 @@</span><br><span>              chan = &trx->cfg.chans[i];</span><br><span>            vty_out(vty, " chan %u%s", chan->idx, VTY_NEWLINE);</span><br><span>             if (chan->rx_path)</span><br><span style="color: hsl(0, 100%, 40%);">-                   vty_out(vty, " rx-path %s%s", chan->rx_path, VTY_NEWLINE);</span><br><span style="color: hsl(120, 100%, 40%);">+                       vty_out(vty, "  rx-path %s%s", chan->rx_path, VTY_NEWLINE);</span><br><span>             if (chan->tx_path)</span><br><span style="color: hsl(0, 100%, 40%);">-                   vty_out(vty, " tx-path %s%s", chan->tx_path, VTY_NEWLINE);</span><br><span style="color: hsl(120, 100%, 40%);">+                       vty_out(vty, "  tx-path %s%s", chan->tx_path, VTY_NEWLINE);</span><br><span>     }</span><br><span> </span><br><span>        return CMD_SUCCESS;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/10274">change 10274</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/10274"/><meta itemprop="name" content="View Change"/></div></div>

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