From e9616e4c6d9cee6e80dd970e87a83517ab0de413 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Jacke?= Date: Wed, 23 Sep 2009 14:40:25 +0200 Subject: [PATCH] s3: update comment about (deprecated) a6 records --- source3/libads/dns.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source3/libads/dns.c b/source3/libads/dns.c index 0797eb1156f..1765f95ca0e 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 -- 2.11.4.GIT