1
0
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:
Andrew Tridgell -
parent 48ab6297a1
commit c43593ad06

View File

@ -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) {