aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-04 02:29:03 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-04 02:29:03 +0800
commit03a0ad08cf7470018fcd339f1de4633caef9d3fb (patch)
tree9e40e4308ad52edc4c6323d5bececf1f6753048e
parent62abaded3951eaf514af3336f6ffcf9cd56abc66 (diff)
nat: Indent the connected... to make it belong to the BSC group
-rw-r--r--openbsc/src/nat/bsc_nat_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/nat/bsc_nat_vty.c b/openbsc/src/nat/bsc_nat_vty.c
index 6493593b2..c4d77f14f 100644
--- a/openbsc/src/nat/bsc_nat_vty.c
+++ b/openbsc/src/nat/bsc_nat_vty.c
@@ -199,7 +199,7 @@ static void dump_stat_bsc(struct vty *vty, struct bsc_config *conf)
break;
}
- vty_out(vty, " Connected: %d%s", connected, VTY_NEWLINE);
+ vty_out(vty, " Connected: %d%s", connected, VTY_NEWLINE);
}
DEFUN(show_stats,