svn commit: samba r18020 - in branches/SAMBA_3_0/source/include: .

vlendec at samba.org vlendec at samba.org
Sun Sep 3 21:31:51 GMT 2006


Author: vlendec
Date: 2006-09-03 21:31:51 +0000 (Sun, 03 Sep 2006)
New Revision: 18020

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

Log:
Fix SunX (with LDAP but without ADS)
Modified:
   branches/SAMBA_3_0/source/include/includes.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/includes.h
===================================================================
--- branches/SAMBA_3_0/source/include/includes.h	2006-09-03 21:07:16 UTC (rev 18019)
+++ branches/SAMBA_3_0/source/include/includes.h	2006-09-03 21:31:51 UTC (rev 18020)
@@ -1084,7 +1084,7 @@
 #include "proto.h"
 #endif
 
-#ifdef HAVE_ADS
+#ifdef HAVE_LDAP
 #include "ads_protos.h"
 #endif
 



More information about the samba-cvs mailing list