vty: Make sure 'point-code override dpc' is saved with correct indent

Change-Id: I4c42ee71eff4ee6aad8dce4156809adb041811a6
This commit is contained in:
Harald Welte 2017-11-09 16:06:22 +09:00
parent b7552385b7
commit 9f7a517eb6
1 changed files with 1 additions and 1 deletions

View File

@ -927,7 +927,7 @@ static void write_one_as(struct vty *vty, struct osmo_ss7_as *as)
vty_out(vty, "%s", VTY_NEWLINE);
if (as->cfg.pc_override.dpc)
vty_out(vty, " point-code override dpc %s%s",
vty_out(vty, " point-code override dpc %s%s",
osmo_ss7_pointcode_print(as->inst, as->cfg.pc_override.dpc), VTY_NEWLINE);
}