From 8bd63b667e64ac8b91b33b7845967ddaf2628c64 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sun, 21 Mar 2021 17:45:22 +0100 Subject: gprs_ns2: vty: remove a white space in `show binds` Change-Id: Ia3579ec5599f5f5c58eebab03f1ed9e17f171177 --- src/gb/gprs_ns2_udp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gb/gprs_ns2_udp.c b/src/gb/gprs_ns2_udp.c index 4c986a29..8350ad83 100644 --- a/src/gb/gprs_ns2_udp.c +++ b/src/gb/gprs_ns2_udp.c @@ -106,7 +106,7 @@ static void dump_vty(const struct gprs_ns2_vc_bind *bind, vty_out(vty, "UDP bind: %s:%d DSCP: %d%s", sockstr.ip, sockstr.port, priv->dscp, VTY_NEWLINE); vty_out(vty, " IP-SNS signalling weight: %u data weight: %u%s", bind->sns_sig_weight, bind->sns_data_weight, VTY_NEWLINE); - vty_out(vty, " %lu NS-VC: %s", nsvcs, VTY_NEWLINE); + vty_out(vty, " %lu NS-VC:%s", nsvcs, VTY_NEWLINE); llist_for_each_entry(nsvc, &bind->nsvc, blist) { ns2_vty_dump_nsvc(vty, nsvc, stats); -- cgit v1.2.3