svn commit: samba r20993 - in branches/SAMBA_3_0/source/nsswitch: .

jerry at samba.org jerry at samba.org
Wed Jan 24 04:46:36 GMT 2007


Author: jerry
Date: 2007-01-24 04:46:35 +0000 (Wed, 24 Jan 2007)
New Revision: 20993

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

Log:
temporary build fix to get things going again on non-ADS systems
Modified:
   branches/SAMBA_3_0/source/nsswitch/nss_info_template.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/nss_info_template.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/nss_info_template.c	2007-01-24 04:44:27 UTC (rev 20992)
+++ branches/SAMBA_3_0/source/nsswitch/nss_info_template.c	2007-01-24 04:46:35 UTC (rev 20993)
@@ -20,6 +20,8 @@
    Boston, MA  02111-1307, USA.   
 */
 
+#ifdef WITH_ADS 
+
 #include "includes.h"
 #include "nss_info.h"
 
@@ -82,3 +84,5 @@
 				      "template", 
 				      &nss_template_methods);	
 }
+
+#endif /* WITH_ADS */



More information about the samba-cvs mailing list