From edb658eb85f0546ee72655f1b5cbacda7853db41 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 9 Apr 2022 15:48:31 +0000 Subject: Prepare for 2.3.5.4; adapt to skalibs-2.12.0.0 Signed-off-by: Laurent Bercot --- src/libs6dns/s6dns_init.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/libs6dns/s6dns_init.c') diff --git a/src/libs6dns/s6dns_init.c b/src/libs6dns/s6dns_init.c index f3cab32..7f98d13 100644 --- a/src/libs6dns/s6dns_init.c +++ b/src/libs6dns/s6dns_init.c @@ -1,12 +1,10 @@ /* ISC license. */ -#include #include #include int s6dns_init (void) { - if (!random_init()) return 0 ; if (!s6dns_rci_init(&s6dns_rci_here, "/etc/resolv.conf")) return 0 ; return 1 ; } -- cgit v1.3.1