diff options
Diffstat (limited to 'source3/client')
-rw-r--r-- | source3/client/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/client.c b/source3/client/client.c index c7e00c4515..dd739fdfa5 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -4431,7 +4431,7 @@ static void usage(char *pname) setup_logging(pname,True); TimeInit(); - charset_initialise(0); + charset_initialise(); pid = getpid(); uid = getuid(); |