The big character set handling changeover!
[kai/samba.git] / source3 / utils / smbw_sample.c
index db92af9510877aa79c032147bffba6ef923c27af..7d6eb7f353d986555971b5245bb0b6d6132cf90a 100644 (file)
@@ -33,9 +33,7 @@ int main(int argc, char *argv[])
        extern int optind;
        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) {