aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2021-03-21 17:45:22 +0100
committerlaforge <laforge@osmocom.org>2021-03-31 06:00:44 +0000
commit8bd63b667e64ac8b91b33b7845967ddaf2628c64 (patch)
tree0f9d9f9832a4e119856c1889227eb16355fb4db0 /src
parent7619ed43043bb7a88ae9e3a1c09e4deacf5f429c (diff)
gprs_ns2: vty: remove a white space in `show binds`
Diffstat (limited to 'src')
-rw-r--r--src/gb/gprs_ns2_udp.c2
1 files changed, 1 insertions, 1 deletions
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);