mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 18:16:43 +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. */
|
||||
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! */
|
||||
|
Loading…
Reference in New Issue
Block a user