mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 03:41:53 +00:00
[bgpd] Fix typo in previous commit to bgp_main.c
This commit is contained in:
parent
7e992e95e3
commit
b63e60899f
@ -322,7 +322,7 @@ main (int argc, char **argv)
|
|||||||
/* Print banner. */
|
/* Print banner. */
|
||||||
zlog_notice ("BGPd %s starting: vty@%d, bgp@%s:%d", QUAGGA_VERSION,
|
zlog_notice ("BGPd %s starting: vty@%d, bgp@%s:%d", QUAGGA_VERSION,
|
||||||
vty_port,
|
vty_port,
|
||||||
(bm->address ? bm->address : "<all>",
|
(bm->address ? bm->address : "<all>"),
|
||||||
bm->port);
|
bm->port);
|
||||||
|
|
||||||
/* Start finite state machine, here we go! */
|
/* Start finite state machine, here we go! */
|
||||||
|
Loading…
Reference in New Issue
Block a user