need to do codepage_initialise() for smbtorture to work.
authorAnton Blanchard <anton@samba.org>
Wed, 9 May 2001 01:58:12 +0000 (01:58 +0000)
committerAnton Blanchard <anton@samba.org>
Wed, 9 May 2001 01:58:12 +0000 (01:58 +0000)
(This used to be commit 7a619ab81c07b4b50e865635eee22efd8c5656b4)

source3/utils/torture.c

index 4e6789e6ae77ab566968244361932070020444fc..7298cd9b9ad250986d762a3865b5fe9a1dde3e76 100644 (file)
@@ -2809,6 +2809,8 @@ static void usage(void)
 
        charset_initialise();
 
+       codepage_initialise(lp_client_code_page());
+
        lp_load(servicesf,True,False,False);
        load_interfaces();