diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-09-23 02:05:30 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-09-23 02:05:30 +0000 |
commit | ba7bcd83542c240151d664de4e8c862d09d06a47 (patch) | |
tree | 80dfa3a3facd3eea6e73c663bcd384eee99a4dae | |
parent | c133a5b43ce9ba14bfa295ddbd1851a33a460a67 (diff) |
cosmetics
-rw-r--r-- | usr.sbin/bgpctl/bgpctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.c b/usr.sbin/bgpctl/bgpctl.c index 660f83d09b9..3f94f84625c 100644 --- a/usr.sbin/bgpctl/bgpctl.c +++ b/usr.sbin/bgpctl/bgpctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpctl.c,v 1.64 2004/09/21 18:29:47 claudio Exp $ */ +/* $OpenBSD: bgpctl.c,v 1.65 2004/09/23 02:05:29 henning Exp $ */ /* * Copyright (c) 2003 Henning Brauer <henning@openbsd.org> @@ -328,7 +328,7 @@ show_summary_msg(struct imsg *imsg) if (p->state == STATE_ESTABLISHED) { printf("%6u", p->stats.prefix_cnt); if (p->conf.max_prefix != 0) - printf("/%u", p->conf.max_prefix); + printf("/%6u", p->conf.max_prefix); } else printf("%s", statenames[p->state]); printf("\n"); |