[bgpd] Fix typo in previous commit to bgp_main.c

This commit is contained in:
Paul Jakma 2007-11-21 21:25:34 +00:00
parent 7e992e95e3
commit b63e60899f

View File

@ -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! */