summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-03-16 15:21:41 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:15:33 -0500
commit2b1641c9947e8845e52218d8f112a5bace5e37a0 (patch)
tree21d557318daa9edc86272da2421729c2f10cea7c /source3/nsswitch/winbindd.c
parenta6da854a08e4ba9f50d4fd66bf225062dffea209 (diff)
downloadsamba-2b1641c9947e8845e52218d8f112a5bace5e37a0.tar.gz
samba-2b1641c9947e8845e52218d8f112a5bace5e37a0.tar.bz2
samba-2b1641c9947e8845e52218d8f112a5bace5e37a0.zip
r14480: Kill one boolean flag passed down :-)
(This used to be commit d9b85e3b287c24d2a3e2076da331fe06192b0eef)
Diffstat (limited to 'source3/nsswitch/winbindd.c')
-rw-r--r--source3/nsswitch/winbindd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c
index 33ec9ded83..dc62a8563a 100644
--- a/source3/nsswitch/winbindd.c
+++ b/source3/nsswitch/winbindd.c
@@ -1071,7 +1071,7 @@ int main(int argc, char **argv)
netsamlogon_cache_init(); /* Non-critical */
- if (!init_domain_list(True)) {
+ if (!init_domain_list()) {
DEBUG(0,("unable to initalize domain list\n"));
exit(1);
}