diff options
author | paul <paul> | 2007-11-21 21:25:34 +0000 |
---|---|---|
committer | paul <paul> | 2007-11-21 21:25:34 +0000 |
commit | 2bceab82b5ccb05db536e3a5dda8e23980b5e07f (patch) | |
tree | e9376d97f475a00743daed3fe141cf8e492ebf0b /bgpd/bgp_main.c | |
parent | a3fb7552674afa663de20bb7e0af31f53e42f428 (diff) | |
download | quagga-2bceab82b5ccb05db536e3a5dda8e23980b5e07f.tar.bz2 quagga-2bceab82b5ccb05db536e3a5dda8e23980b5e07f.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! */ |