aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs
diff options
context:
space:
mode:
Diffstat (limited to 'CommonLibs')
-rw-r--r--CommonLibs/trx_vty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/CommonLibs/trx_vty.c b/CommonLibs/trx_vty.c
index e69df77..baa26c8 100644
--- a/CommonLibs/trx_vty.c
+++ b/CommonLibs/trx_vty.c
@@ -424,9 +424,9 @@ static int config_write_trx(struct vty *vty)
chan = &trx->cfg.chans[i];
vty_out(vty, " chan %u%s", chan->idx, VTY_NEWLINE);
if (chan->rx_path)
- vty_out(vty, " rx-path %s%s", chan->rx_path, VTY_NEWLINE);
+ vty_out(vty, " rx-path %s%s", chan->rx_path, VTY_NEWLINE);
if (chan->tx_path)
- vty_out(vty, " tx-path %s%s", chan->tx_path, VTY_NEWLINE);
+ vty_out(vty, " tx-path %s%s", chan->tx_path, VTY_NEWLINE);
}
return CMD_SUCCESS;