summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2007-01-24 04:44:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:24 -0500
commita4faa575a4eef0b29a9129779efe5a930f464e15 (patch)
tree8cd6ca591438911348c418e3ee2041caba0d47dc /source3/nsswitch/winbindd.c
parent1ce7cc19185646fcea3db670ca0b22145760da79 (diff)
downloadsamba-a4faa575a4eef0b29a9129779efe5a930f464e15.tar.gz
samba-a4faa575a4eef0b29a9129779efe5a930f464e15.tar.bz2
samba-a4faa575a4eef0b29a9129779efe5a930f464e15.zip
r20992: another attempt at fixing the build breakage
(This used to be commit 7011a1b5abc7d56da5beba904e3328014f315f0d)
Diffstat (limited to 'source3/nsswitch/winbindd.c')
-rw-r--r--source3/nsswitch/winbindd.c2
1 files changed, 2 insertions, 0 deletions
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. */