summaryrefslogtreecommitdiff
path: root/lib/addns/dnsquery.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/addns/dnsquery.c')
-rw-r--r--lib/addns/dnsquery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/addns/dnsquery.c b/lib/addns/dnsquery.c
index f680d63258..4b45722471 100644
--- a/lib/addns/dnsquery.c
+++ b/lib/addns/dnsquery.c
@@ -389,7 +389,7 @@ static NTSTATUS dns_send_req( TALLOC_CTX *ctx, const char *name, int q_type,
Simple wrapper for a DNS SRV query
*********************************************************************/
-static NTSTATUS ads_dns_lookup_srv( TALLOC_CTX *ctx,
+NTSTATUS ads_dns_lookup_srv(TALLOC_CTX *ctx,
const char *dns_hosts_file,
const char *name,
struct dns_rr_srv **dclist,