From fc5031bc33bf52d03405f0ef2291bbc14b7769c5 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Wed, 20 Jun 2018 18:49:38 +0000 Subject: [PATCH] babeld: fix erroneous lib init Babel was screwing up lib initialization causing double inits of many things. Signed-off-by: Quentin Young --- babeld/babel_main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/babeld/babel_main.c b/babeld/babel_main.c index 0025174492..554244a281 100644 --- a/babeld/babel_main.c +++ b/babeld/babel_main.c @@ -184,9 +184,6 @@ main(int argc, char **argv) /* Library inits. */ babel_error_init(); - zprivs_init (&babeld_privs); - cmd_init (1); - vty_init (master); resend_delay = BABEL_DEFAULT_RESEND_DELAY; change_smoothing_half_life(BABEL_DEFAULT_SMOOTHING_HALF_LIFE); -- 2.39.5