From 937fdb8a7e348103708adbdafcff28b05cc1fda3 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 13 Dec 2008 11:03:52 +0100 Subject: s4:libcli/resolve: pass down flags to the resolver backends metze --- source4/libcli/resolve/host.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/libcli/resolve/host.c') diff --git a/source4/libcli/resolve/host.c b/source4/libcli/resolve/host.c index 2facb54362..1ad1473e92 100644 --- a/source4/libcli/resolve/host.c +++ b/source4/libcli/resolve/host.c @@ -34,10 +34,10 @@ */ struct composite_context *resolve_name_host_send(TALLOC_CTX *mem_ctx, struct event_context *event_ctx, - void *privdata, + void *privdata, uint32_t flags, struct nbt_name *name) { - return resolve_name_dns_ex_send(mem_ctx, event_ctx, NULL, + return resolve_name_dns_ex_send(mem_ctx, event_ctx, NULL, flags, name, true, true, false); } -- cgit