svn commit: samba r11864 - branches/SAMBA_3_0/source/utils trunk/source/utils

jerry at samba.org jerry at samba.org
Tue Nov 22 19:48:33 GMT 2005


Author: jerry
Date: 2005-11-22 19:48:33 +0000 (Tue, 22 Nov 2005)
New Revision: 11864

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

Log:
fix build breakage with solaris LDAP patch (my fault)
Modified:
   branches/SAMBA_3_0/source/utils/net_lookup.c
   trunk/source/utils/net_lookup.c


Changeset:
Modified: branches/SAMBA_3_0/source/utils/net_lookup.c
===================================================================
--- branches/SAMBA_3_0/source/utils/net_lookup.c	2005-11-22 17:15:28 UTC (rev 11863)
+++ branches/SAMBA_3_0/source/utils/net_lookup.c	2005-11-22 19:48:33 UTC (rev 11864)
@@ -85,7 +85,7 @@
 
 static int net_lookup_ldap(int argc, const char **argv)
 {
-#ifdef HAVE_LDAP
+#ifdef HAVE_ADS
 	char *srvlist;
 	const char *domain;
 	int rc;
@@ -127,7 +127,7 @@
 	}
 	return -1;
 #endif
-	DEBUG(1,("No LDAP support\n"));
+	DEBUG(1,("No ADS support\n"));
 	return -1;
 }
 

Modified: trunk/source/utils/net_lookup.c
===================================================================
--- trunk/source/utils/net_lookup.c	2005-11-22 17:15:28 UTC (rev 11863)
+++ trunk/source/utils/net_lookup.c	2005-11-22 19:48:33 UTC (rev 11864)
@@ -85,7 +85,7 @@
 
 static int net_lookup_ldap(int argc, const char **argv)
 {
-#ifdef HAVE_LDAP
+#ifdef HAVE_ADS
 	char *srvlist;
 	const char *domain;
 	int rc;
@@ -127,7 +127,7 @@
 	}
 	return -1;
 #endif
-	DEBUG(1,("No LDAP support\n"));
+	DEBUG(1,("No ADS support\n"));
 	return -1;
 }
 



More information about the samba-cvs mailing list