From 4f04a76b717fc4881a547f582a02a4d06d356c47 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Sun, 13 Nov 2016 16:02:23 +0900 Subject: *: add frr_init() infrastructure Start centralising startup & option parsing into the library. FRR_DAEMON_INFO is a bit weird, but it will become useful later (e.g. for killing the ZLOG_* enum, and having the daemon name available) Signed-off-by: David Lamparter --- lib/command.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/command.c') diff --git a/lib/command.c b/lib/command.c index 50976f2010..d87381f1ef 100644 --- a/lib/command.c +++ b/lib/command.c @@ -2726,7 +2726,6 @@ cmd_init (int terminal) vrf_install_commands (); } - srandom(time(NULL)); #ifdef DEV_BUILD grammar_sandbox_init(); -- cgit v1.2.3