diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-02-18 13:59:05 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-02-18 09:29:35 +0100 |
commit | 1ad8e5229f618fc04af371ba52b81f2e7e1f88f5 (patch) | |
tree | 691e7f9788fe4c5f2a8e21af7c88d4525813aedb /source3/libsmb/libsmb_context.c | |
parent | 2a3a86a86f3d1ab97adda563beda7ee35f6a2414 (diff) | |
download | samba-1ad8e5229f618fc04af371ba52b81f2e7e1f88f5.tar.gz |
lib/util/charset Add back setlocale(), but only when called from binaries
When called from a library, we don't want to call this, as we may
overwrite some of our calling program's context.
Andrew Bartlett
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Fri Feb 18 09:29:35 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/libsmb/libsmb_context.c')
-rw-r--r-- | source3/libsmb/libsmb_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/libsmb_context.c b/source3/libsmb/libsmb_context.c index ab2db9d3e9..9c8429aab4 100644 --- a/source3/libsmb/libsmb_context.c +++ b/source3/libsmb/libsmb_context.c @@ -45,7 +45,7 @@ SMBC_module_init(void * punused) char *home = NULL; TALLOC_CTX *frame = talloc_stackframe(); - load_case_tables(); + load_case_tables_library(); setup_logging("libsmbclient", DEBUG_STDOUT); |