mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
fixed character set init in smbw_sample
This commit is contained in:
parent
48ab6297a1
commit
c43593ad06
@ -34,6 +34,8 @@ int main(int argc, char *argv[])
|
||||
char *path;
|
||||
|
||||
charset_initialise();
|
||||
lp_load(CONFIGFILE,1,0,0);
|
||||
codepage_initialise(lp_client_code_page());
|
||||
smbw_setup_shared();
|
||||
|
||||
while ((opt = getopt(argc, argv, "W:U:R:d:P:l:hL:")) != EOF) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user