mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 19:19:59 +00:00
babeld: fix erroneous lib init
Babel was screwing up lib initialization causing double inits of many things. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
5ad4c39ce4
commit
fc5031bc33
@ -184,9 +184,6 @@ main(int argc, char **argv)
|
|||||||
|
|
||||||
/* Library inits. */
|
/* Library inits. */
|
||||||
babel_error_init();
|
babel_error_init();
|
||||||
zprivs_init (&babeld_privs);
|
|
||||||
cmd_init (1);
|
|
||||||
vty_init (master);
|
|
||||||
|
|
||||||
resend_delay = BABEL_DEFAULT_RESEND_DELAY;
|
resend_delay = BABEL_DEFAULT_RESEND_DELAY;
|
||||||
change_smoothing_half_life(BABEL_DEFAULT_SMOOTHING_HALF_LIFE);
|
change_smoothing_half_life(BABEL_DEFAULT_SMOOTHING_HALF_LIFE);
|
||||||
|
Loading…
Reference in New Issue
Block a user