From 595aba70a4c676f7efaf6a012f54cd22aa189c5b Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Mon, 26 Aug 2013 15:42:29 +0530 Subject: Initialize res_hconf in nscd Fixes BZ #15890. --- nscd/aicache.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nscd') diff --git a/nscd/aicache.c b/nscd/aicache.c index 0461b83079..dceb4d679e 100644 --- a/nscd/aicache.c +++ b/nscd/aicache.c @@ -25,6 +25,7 @@ #include #include #include +#include #include "dbg_log.h" #include "nscd.h" @@ -100,6 +101,9 @@ addhstaiX (struct database_dyn *db, int fd, request_header *req, no_more = __nss_database_lookup ("hosts", NULL, "dns [!UNAVAIL=return] files", &nip); + /* Initialize configurations. */ + if (__builtin_expect (!_res_hconf.initialized, 0)) + _res_hconf_init (); if (__res_maybe_init (&_res, 0) == -1) no_more = 1; -- cgit 1.4.1