r17910: remove incorrect comment (code has already been fixed)
authorGerald Carter <jerry@samba.org>
Tue, 29 Aug 2006 15:43:15 +0000 (15:43 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:38:58 +0000 (11:38 -0500)
(This used to be commit 9810d74e171542408eea3ec22a0ebb57a9e1e87e)

source3/libads/dns.c

index c946ab0bdddab993b0d9bbfc8d8dd058099f5d04..8cc68a0c146adf38a38a4242aafc5d67bdfdb05b 100644 (file)
@@ -406,9 +406,6 @@ static NTSTATUS ads_dns_lookup_srv( TALLOC_CTX *ctx, const char *name, struct dn
                if ( (rr.type != T_A) || (rr.rdatalen != 4) ) 
                        continue;
 
-               /* FIX ME!!! Should this be a list of IP addresses for 
-                  each host? */ 
-                  
                for ( i=0; i<idx; i++ ) {
                        if ( strcmp( rr.hostname, dcs[i].hostname ) == 0 ) {
                                int num_ips = dcs[i].num_ips;