From a4faa575a4eef0b29a9129779efe5a930f464e15 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 24 Jan 2007 04:44:27 +0000 Subject: r20992: another attempt at fixing the build breakage (This used to be commit 7011a1b5abc7d56da5beba904e3328014f315f0d) --- source3/nsswitch/winbindd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/nsswitch/winbindd.c') diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index ce39df350f..c44750ec6f 100644 --- a/source3/nsswitch/winbindd.c +++ b/source3/nsswitch/winbindd.c @@ -1009,7 +1009,9 @@ int main(int argc, char **argv, char **envp) DEBUG(1, ("Could not init idmap! - Sid/[UG]id mapping will not be available\n")); } +#ifdef WITH_ADS nss_init( lp_winbind_nss_info() ); +#endif /* Unblock all signals we are interested in as they may have been blocked by the parent process. */ -- cgit