diff options
author | paul <paul> | 2007-11-21 21:25:34 +0000 |
---|---|---|
committer | paul <paul> | 2007-11-21 21:25:34 +0000 |
commit | 1f69268d78524675f2aed2fee88c6028fc03779a (patch) | |
tree | 8a3fe07cc82e7dd7301e38c5eae7c7852293e3a0 /bgpd/bgp_main.c | |
parent | ccdd499076fc9912dee0fcbaa6a861164b73e623 (diff) | |
download | quagga-1f69268d78524675f2aed2fee88c6028fc03779a.tar.bz2 quagga-1f69268d78524675f2aed2fee88c6028fc03779a.tar.xz |
[bgpd] Fix typo in previous commit to bgp_main.c
Diffstat (limited to 'bgpd/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! */ |