From e2757521bb9925e69315c93cf94ddc2e05af7636 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 24 Jan 2007 04:46:35 +0000 Subject: r20993: temporary build fix to get things going again on non-ADS systems (This used to be commit 8c23158f053b181421cb6206db7c8030ddcc2cea) --- source3/nsswitch/nss_info_template.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source3/nsswitch/nss_info_template.c b/source3/nsswitch/nss_info_template.c index e1076fbeaf..1b644d7b35 100644 --- a/source3/nsswitch/nss_info_template.c +++ b/source3/nsswitch/nss_info_template.c @@ -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 */ -- cgit