s3: update comment about (deprecated) a6 records
authorBjörn Jacke <bj@sernet.de>
Wed, 23 Sep 2009 12:40:25 +0000 (14:40 +0200)
committerBjörn Jacke <bj@sernet.de>
Thu, 1 Oct 2009 17:27:37 +0000 (19:27 +0200)
source3/libads/dns.c

index 0797eb1156f5f26cb892fe13bff4f74fc4a18f04..1765f95ca0e5c5ec1b20d0b9a6f5d34a956e6515 100644 (file)
@@ -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