diff options
author | Paul Jakma <paul.jakma@sun.com> | 2007-11-21 21:25:34 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2007-11-21 21:25:34 +0000 |
commit | b63e60899f2eba733fadbca020cdbe98d9d58b5f (patch) | |
tree | 07adde0f09c22c16e4978ad3461c78405d274f90 | |
parent | 7e992e95e3fb9453efb6018dca9016139a8396f1 (diff) |
[bgpd] Fix typo in previous commit to bgp_main.c
-rw-r--r-- | bgpd/bgp_main.c | 2 |
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! */ |