From e9616e4c6d9cee6e80dd970e87a83517ab0de413 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Wed, 23 Sep 2009 14:40:25 +0200 Subject: s3: update comment about (deprecated) a6 records --- source3/libads/dns.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/libads') diff --git a/source3/libads/dns.c b/source3/libads/dns.c index 0797eb1156..1765f95ca0 100644 --- a/source3/libads/dns.c +++ b/source3/libads/dns.c @@ -506,9 +506,10 @@ static NTSTATUS ads_dns_lookup_srv( TALLOC_CTX *ctx, if (rr.type != T_A || rr.rdatalen != 4) { #if defined(HAVE_IPV6) - /* FIXME. RFC2874 defines A6 records. This + /* RFC2874 defines A6 records. This * requires recusive and horribly complex lookups. * Bastards. Ignore this for now.... JRA. + * Luckily RFC3363 reprecates A6 records. */ if (rr.type != T_AAAA || rr.rdatalen != 16) #endif -- cgit