From fda9135874ff5b19ab1b61be05702a79d9b00c38 Mon Sep 17 00:00:00 2001 From: Steve Markgraf Date: Thu, 11 Aug 2011 13:45:31 +0200 Subject: mobile/vty: Add missing 's' for 'skip-max-per-band' configuration parameter Thanks to Sylvain for pointing this out. Signed-off-by: Steve Markgraf --- src/host/layer23/src/mobile/vty_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/host/layer23/src/mobile/vty_interface.c b/src/host/layer23/src/mobile/vty_interface.c index 5fe3441..c0a7cef 100644 --- a/src/host/layer23/src/mobile/vty_interface.c +++ b/src/host/layer23/src/mobile/vty_interface.c @@ -1335,7 +1335,7 @@ static void config_write_ms(struct vty *vty, struct osmocom_ms *ms) if (!hide_default || sup->dsc_max != set->dsc_max) vty_out(vty, " dsc-max %d%s", set->dsc_max, VTY_NEWLINE); if (!hide_default || set->skip_max_per_band) - vty_out(vty, " %skip-max-per-band%s", + vty_out(vty, " %sskip-max-per-band%s", (set->skip_max_per_band) ? "" : "no ", VTY_NEWLINE); vty_out(vty, " exit%s", VTY_NEWLINE); vty_out(vty, " test-sim%s", VTY_NEWLINE); -- cgit v1.2.3-55-g7522