summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/winbindd.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-03-16 15:21:41 +0000
committerVolker Lendecke <vlendec@samba.org>2006-03-16 15:21:41 +0000
commitfef09fe617bd537560f7c4f8b9dca38e3197c47a (patch)
tree9f1a8e644d1bca0f657e547f282463cf5113ecd8 /source/nsswitch/winbindd.c
parentc97196d1f9fcc3fcd9af1e0a27ee945a8ab813d8 (diff)
downloadsamba-fef09fe617bd537560f7c4f8b9dca38e3197c47a.tar.gz
samba-fef09fe617bd537560f7c4f8b9dca38e3197c47a.tar.xz
samba-fef09fe617bd537560f7c4f8b9dca38e3197c47a.zip
r14480: Kill one boolean flag passed down :-)
Diffstat (limited to 'source/nsswitch/winbindd.c')
-rw-r--r--source/nsswitch/winbindd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nsswitch/winbindd.c b/source/nsswitch/winbindd.c
index 33ec9ded837..dc62a8563a8 100644
--- a/source/nsswitch/winbindd.c
+++ b/source/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);
}