r20993: temporary build fix to get things going again on non-ADS systems
authorGerald Carter <jerry@samba.org>
Wed, 24 Jan 2007 04:46:35 +0000 (04:46 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:17:24 +0000 (12:17 -0500)
source/nsswitch/nss_info_template.c

index e1076fbeaf14a3f507b9acc3a4eb0b903285603d..1b644d7b357a235f72954df515e65253b0fbb523 100644 (file)
@@ -20,6 +20,8 @@
    Boston, MA  02111-1307, USA.   
 */
 
+#ifdef WITH_ADS 
+
 #include "includes.h"
 #include "nss_info.h"
 
@@ -82,3 +84,5 @@ NTSTATUS nss_info_template_init( void )
                                      "template", 
                                      &nss_template_methods);   
 }
+
+#endif /* WITH_ADS */