summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpaul <paul>2007-11-21 21:25:34 +0000
committerpaul <paul>2007-11-21 21:25:34 +0000
commit1f69268d78524675f2aed2fee88c6028fc03779a (patch)
tree8a3fe07cc82e7dd7301e38c5eae7c7852293e3a0
parentccdd499076fc9912dee0fcbaa6a861164b73e623 (diff)
downloadquagga-1f69268d78524675f2aed2fee88c6028fc03779a.tar.bz2
quagga-1f69268d78524675f2aed2fee88c6028fc03779a.tar.xz
[bgpd] Fix typo in previous commit to bgp_main.c
-rw-r--r--bgpd/bgp_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c
index fee7f377..e6d34afc 100644
--- a/bgpd/bgp_main.c
+++ b/bgpd/bgp_main.c
@@ -322,7 +322,7 @@ main (int argc, char **argv)
/* Print banner. */
zlog_notice ("BGPd %s starting: vty@%d, bgp@%s:%d", QUAGGA_VERSION,
vty_port,
- (bm->address ? bm->address : "<all>",
+ (bm->address ? bm->address : "<all>"),
bm->port);
/* Start finite state machine, here we go! */