diff options
author | Gerald Carter <jerry@samba.org> | 2006-08-29 15:43:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:38:58 -0500 |
commit | 743a8e7f005762d4c5740d18b956636cbb6213e8 (patch) | |
tree | c09213dee415f2f7bf7d1bae6a3a90f0c03d18a8 | |
parent | 545353b062a82920fa8040f248d55c04da33f735 (diff) | |
download | samba-743a8e7f005762d4c5740d18b956636cbb6213e8.tar.gz samba-743a8e7f005762d4c5740d18b956636cbb6213e8.tar.bz2 samba-743a8e7f005762d4c5740d18b956636cbb6213e8.zip |
r17910: remove incorrect comment (code has already been fixed)
(This used to be commit 9810d74e171542408eea3ec22a0ebb57a9e1e87e)
-rw-r--r-- | source3/libads/dns.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/libads/dns.c b/source3/libads/dns.c index c946ab0bdd..8cc68a0c14 100644 --- a/source3/libads/dns.c +++ b/source3/libads/dns.c @@ -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; |