From 815db657bea77807798aebd782cfa69eb73b3b38 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 13 Jan 2010 14:13:14 -0500 Subject: Explicitly set async DNS timeout We will allow 5s per DNS server, no retries. --- server/resolv/async_resolv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/resolv/async_resolv.h') diff --git a/server/resolv/async_resolv.h b/server/resolv/async_resolv.h index e0515383b..5558e15c6 100644 --- a/server/resolv/async_resolv.h +++ b/server/resolv/async_resolv.h @@ -47,7 +47,7 @@ struct resolv_ctx; int resolv_init(TALLOC_CTX *mem_ctx, struct tevent_context *ev_ctx, - struct resolv_ctx **ctxp); + int timeout, struct resolv_ctx **ctxp); void resolv_reread_configuration(void); -- cgit