From 08820fea431e8937e598c41ea0ee24c4f1b55792 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 9 Apr 2022 17:57:22 +0000 Subject: Prepare for 0.0.1.4; adapt to skalibs-2.12.0.0 Signed-off-by: Laurent Bercot --- src/dnsfunnel/dnsfunneld.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/dnsfunnel/dnsfunneld.c b/src/dnsfunnel/dnsfunneld.c index 1eda1d3..0f8182a 100644 --- a/src/dnsfunnel/dnsfunneld.c +++ b/src/dnsfunnel/dnsfunneld.c @@ -31,7 +31,6 @@ #include #include #include -#include #include @@ -230,7 +229,6 @@ int main (int argc, char const *const *argv) strerr_diefu1sys(111, "move file descriptors") ; if (ndelay_on(0) < 0) strerr_diefu1sys(111, "turn stdin non-blocking") ; if (!sig_altignore(SIGPIPE)) strerr_diefu1sys(111, "ignore SIGPIPE") ; - if (!random_init()) strerr_diefu1sys(111, "s6dns_init") ; if (root[0]) { -- cgit v1.3.1