summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/client/client.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/client/client.c b/source3/client/client.c
index 1e2f96cbf2..80e906df5a 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -4522,7 +4522,6 @@ static int do_message_op(void)
if (!client_set_cur_dir("\\")) {
exit(ENOMEM);
}
- load_case_tables();
#ifdef KANJI
term_code = talloc_strdup(frame,KANJI);
@@ -4546,6 +4545,8 @@ static int do_message_op(void)
x_setbuf( dbf, NULL );
}
+ load_case_tables();
+
/* skip argv(0) */
pc = poptGetContext("smbclient", argc, (const char **) argv, long_options, 0);
poptSetOtherOptionHelp(pc, "service <password>");