commit | b63e60899f2eba733fadbca020cdbe98d9d58b5f | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul.jakma@sun.com> | Wed Nov 21 21:25:34 2007 +0000 |
committer | Paul Jakma <paul.jakma@sun.com> | Wed Nov 21 21:25:34 2007 +0000 |
tree | 07adde0f09c22c16e4978ad3461c78405d274f90 | |
parent | 7e992e95e3fb9453efb6018dca9016139a8396f1 [diff] |
[bgpd] Fix typo in previous commit to bgp_main.c
diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c index fee7f37..e6d34af 100644 --- a/bgpd/bgp_main.c +++ b/bgpd/bgp_main.c
@@ -322,7 +322,7 @@ /* 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! */