From b63e60899f2eba733fadbca020cdbe98d9d58b5f Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Wed, 21 Nov 2007 21:25:34 +0000 Subject: [bgpd] Fix typo in previous commit to bgp_main.c --- bgpd/bgp_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bgpd') 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 : "", + (bm->address ? bm->address : ""), bm->port); /* Start finite state machine, here we go! */ -- cgit v1.2.1