svn commit: samba r2770 - in branches/SAMBA_3_0/source/libsmb: .

jerry at samba.org jerry at samba.org
Fri Oct 1 20:52:50 GMT 2004


Author: jerry
Date: 2004-10-01 20:52:50 +0000 (Fri, 01 Oct 2004)
New Revision: 2770

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_3_0/source/libsmb&rev=2770&nolog=1

Log:
oops; internal_resolve_name() should stay static in 3.0
Modified:
   branches/SAMBA_3_0/source/libsmb/namequery.c


Changeset:
Modified: branches/SAMBA_3_0/source/libsmb/namequery.c
===================================================================
--- branches/SAMBA_3_0/source/libsmb/namequery.c	2004-10-01 20:45:12 UTC (rev 2769)
+++ branches/SAMBA_3_0/source/libsmb/namequery.c	2004-10-01 20:52:50 UTC (rev 2770)
@@ -991,7 +991,7 @@
  resolve_hosts() when looking up DC's via SRV RR entries in DNS
 **********************************************************************/
 
-BOOL internal_resolve_name(const char *name, int name_type,
+static BOOL internal_resolve_name(const char *name, int name_type,
 				  struct ip_service **return_iplist, 
 				  int *return_count, const char *resolve_order)
 {



More information about the samba-cvs mailing list