summaryrefslogtreecommitdiff
path: root/source3/nsswitch/wbinfo.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-12-28 22:48:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:59 -0500
commitc8f28c92a7a96e278031b85f04b4671206bf3502 (patch)
tree445fbb3a2fa167ecdf3b14781c87ac789c9dc544 /source3/nsswitch/wbinfo.c
parent608aa3f41e2667f8812980c5abb459a031fd382c (diff)
downloadsamba-c8f28c92a7a96e278031b85f04b4671206bf3502.tar.gz
samba-c8f28c92a7a96e278031b85f04b4671206bf3502.tar.bz2
samba-c8f28c92a7a96e278031b85f04b4671206bf3502.zip
r12555: Fix more load_case_table swegfaults. Arggg.
What I'd give for a global constructor... Jeremy. (This used to be commit c970d7d0a5ba225465dfb0980989b8817b17c643)
Diffstat (limited to 'source3/nsswitch/wbinfo.c')
-rw-r--r--source3/nsswitch/wbinfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/nsswitch/wbinfo.c b/source3/nsswitch/wbinfo.c
index c55f4bb431..f3819b6f51 100644
--- a/source3/nsswitch/wbinfo.c
+++ b/source3/nsswitch/wbinfo.c
@@ -1022,6 +1022,7 @@ int main(int argc, char **argv)
};
/* Samba client initialisation */
+ load_case_tables();
if (!lp_load(dyn_CONFIGFILE, True, False, False)) {
d_fprintf(stderr, "wbinfo: error opening config file %s. Error was %s\n",