diff options
| author | Andreas Schneider <asn@samba.org> | 2014-11-20 11:31:29 +0100 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2014-12-18 06:47:40 +0100 |
| commit | 7f00fcf5589fc0e27ddd1f78fbe9c223b26cd919 (patch) | |
| tree | c2305dc60973c1812b5b39eeff600add5f212bcf /source4/libcli/resolve | |
| parent | 3ab2aa2511769ec2b32b1e80093b28a532693ae6 (diff) | |
| download | samba-7f00fcf5589fc0e27ddd1f78fbe9c223b26cd919.tar.gz samba-7f00fcf5589fc0e27ddd1f78fbe9c223b26cd919.tar.xz samba-7f00fcf5589fc0e27ddd1f78fbe9c223b26cd919.zip | |
addns: Remove support for dns_host_file.
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/libcli/resolve')
| -rw-r--r-- | source4/libcli/resolve/dns_ex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/resolve/dns_ex.c b/source4/libcli/resolve/dns_ex.c index 0935928dc2..08b6932722 100644 --- a/source4/libcli/resolve/dns_ex.c +++ b/source4/libcli/resolve/dns_ex.c @@ -278,7 +278,7 @@ static struct dns_records_container get_srv_records(TALLOC_CTX *mem_ctx, memset(&ret, 0, sizeof(struct dns_records_container)); /* this is the blocking call we are going to lots of trouble to avoid them in the parent */ - status = ads_dns_lookup_srv(mem_ctx, NULL, name, &dclist, &count); + status = ads_dns_lookup_srv(mem_ctx, name, &dclist, &count); if (!NT_STATUS_IS_OK(status)) { return ret; } |
