diff options
author | Simo Sorce <idra@samba.org> | 2012-05-04 22:32:47 -0400 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2012-05-23 17:51:48 +0300 |
commit | cc3321c9ffee9e1688af724b7286fe548ff28793 (patch) | |
tree | 734c70eb921e5986dba3a8526fad85a39f7ba65a /source3/libads/dns.h | |
parent | a7e94fce3f86b99c328669d45dd685fc70026378 (diff) | |
download | samba-cc3321c9ffee9e1688af724b7286fe548ff28793.tar.gz samba-cc3321c9ffee9e1688af724b7286fe548ff28793.tar.xz samba-cc3321c9ffee9e1688af724b7286fe548ff28793.zip |
s3-ads-dns: Avoid unnecessary dependencies
Diffstat (limited to 'source3/libads/dns.h')
-rw-r--r-- | source3/libads/dns.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/dns.h b/source3/libads/dns.h index d57239d20c..a3ea47a04e 100644 --- a/source3/libads/dns.h +++ b/source3/libads/dns.h @@ -55,7 +55,7 @@ NTSTATUS ads_dns_query_pdc(TALLOC_CTX *ctx, NTSTATUS ads_dns_query_dcs_guid(TALLOC_CTX *ctx, const char *dns_hosts_file, const char *dns_forest_name, - const struct GUID *domain_guid, + const char *domain_guid, struct dns_rr_srv **dclist, int *numdcs ); #endif /* _ADS_DNS_H */ |