svn commit: samba r17796 - in branches/SAMBA_3_0_23/source/include: .

jerry at samba.org jerry at samba.org
Thu Aug 24 12:36:10 GMT 2006


Author: jerry
Date: 2006-08-24 12:36:09 +0000 (Thu, 24 Aug 2006)
New Revision: 17796

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

Log:
fix compile error caused by mad merge to ads_dns.h
Modified:
   branches/SAMBA_3_0_23/source/include/ads_dns.h


Changeset:
Modified: branches/SAMBA_3_0_23/source/include/ads_dns.h
===================================================================
--- branches/SAMBA_3_0_23/source/include/ads_dns.h	2006-08-24 12:13:57 UTC (rev 17795)
+++ branches/SAMBA_3_0_23/source/include/ads_dns.h	2006-08-24 12:36:09 UTC (rev 17796)
@@ -46,6 +46,7 @@
 	const char *hostname;
 	uint16 priority;
 	uint16 weight;
+	uint16 port;
 	size_t num_ips;
 	struct in_addr *ips;    /* support multi-homed hosts */
 



More information about the samba-cvs mailing list