diff options
author | Björn Jacke <bj@sernet.de> | 2009-09-23 14:40:25 +0200 |
---|---|---|
committer | Björn Jacke <bj@sernet.de> | 2009-10-01 19:27:37 +0200 |
commit | e9616e4c6d9cee6e80dd970e87a83517ab0de413 (patch) | |
tree | e1423f7a19a7e5249d682dab0998c27e2709108f /source3 | |
parent | 00ce3e143f0a3dcf93b0d6745c4df6c7ba78a32d (diff) | |
download | samba-e9616e4c6d9cee6e80dd970e87a83517ab0de413.tar.gz samba-e9616e4c6d9cee6e80dd970e87a83517ab0de413.tar.bz2 samba-e9616e4c6d9cee6e80dd970e87a83517ab0de413.zip |
s3: update comment about (deprecated) a6 records
Diffstat (limited to 'source3')
-rw-r--r-- | source3/libads/dns.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 |