diff options
author | Volker Lendecke <vl@samba.org> | 2015-03-21 20:00:06 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2015-03-24 00:00:20 +0100 |
commit | c51300ad89cb7d3c0a2e329cd4b3c81cf52d8e98 (patch) | |
tree | a318a7f85d6b8b5b5f07bd82a07c2e876bf8c046 /source3/torture/pdbtest.c | |
parent | 06a727e8f84ae28afd2b6c2eadf18916348c6dca (diff) | |
download | samba-c51300ad89cb7d3c0a2e329cd4b3c81cf52d8e98.tar.gz |
lib: load_case_tables() -> smb_init_locale()
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/torture/pdbtest.c')
-rw-r--r-- | source3/torture/pdbtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/pdbtest.c b/source3/torture/pdbtest.c index feadcf94120..0acf54f699a 100644 --- a/source3/torture/pdbtest.c +++ b/source3/torture/pdbtest.c @@ -459,7 +459,7 @@ int main(int argc, const char **argv) ctx = talloc_stackframe(); - load_case_tables(); + smb_init_locale(); pc = poptGetContext("pdbtest", argc, argv, long_options, 0); |