diff options
author | Jeremy Allison <jra@samba.org> | 2005-12-28 22:48:54 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:05:59 -0500 |
commit | c8f28c92a7a96e278031b85f04b4671206bf3502 (patch) | |
tree | 445fbb3a2fa167ecdf3b14781c87ac789c9dc544 /source3/client | |
parent | 608aa3f41e2667f8812980c5abb459a031fd382c (diff) | |
download | samba-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/client')
-rw-r--r-- | source3/client/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/client/client.c b/source3/client/client.c index f95bbea671..7ac64970f8 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -3326,6 +3326,7 @@ static int do_message_op(void) POPT_TABLEEND }; + load_case_tables(); #ifdef KANJI pstrcpy(term_code, KANJI); |