svn commit: samba r17910 - in branches: SAMBA_3_0/source/libads SAMBA_3_0_23/source/libads

jerry at samba.org jerry at samba.org
Tue Aug 29 15:43:15 GMT 2006


Author: jerry
Date: 2006-08-29 15:43:15 +0000 (Tue, 29 Aug 2006)
New Revision: 17910

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17910

Log:
remove incorrect comment (code has already been fixed)
Modified:
   branches/SAMBA_3_0/source/libads/dns.c
   branches/SAMBA_3_0_23/source/libads/dns.c


Changeset:
Modified: branches/SAMBA_3_0/source/libads/dns.c
===================================================================
--- branches/SAMBA_3_0/source/libads/dns.c	2006-08-29 15:42:09 UTC (rev 17909)
+++ branches/SAMBA_3_0/source/libads/dns.c	2006-08-29 15:43:15 UTC (rev 17910)
@@ -406,9 +406,6 @@
 		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;

Modified: branches/SAMBA_3_0_23/source/libads/dns.c
===================================================================
--- branches/SAMBA_3_0_23/source/libads/dns.c	2006-08-29 15:42:09 UTC (rev 17909)
+++ branches/SAMBA_3_0_23/source/libads/dns.c	2006-08-29 15:43:15 UTC (rev 17910)
@@ -342,9 +342,6 @@
 		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;



More information about the samba-cvs mailing list