From: Paul Jakma Date: Wed, 21 Nov 2007 21:25:34 +0000 (+0000) Subject: [bgpd] Fix typo in previous commit to bgp_main.c X-Git-Tag: frr-2.0-rc1~2447 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=b63e60899f2eba733fadbca020cdbe98d9d58b5f;p=mirror%2Ffrr.git [bgpd] Fix typo in previous commit to bgp_main.c --- diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c index fee7f37745..e6d34afcc3 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 : "", + (bm->address ? bm->address : ""), bm->port); /* Start finite state machine, here we go! */