From ef8706acd1a880a811b65310d01f309d36d9d47e Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 29 Jun 2007 17:51:31 +0000 Subject: r23662: According to simo, check_dos_char is needed (This used to be commit c195eccefea69c17169c350a13bbfe845fc6fc44) --- source3/lib/charcnv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib/charcnv.c') diff --git a/source3/lib/charcnv.c b/source3/lib/charcnv.c index 7be073fafc..35343b2f0a 100644 --- a/source3/lib/charcnv.c +++ b/source3/lib/charcnv.c @@ -179,6 +179,7 @@ void init_iconv(void) * codepage changes? */ /* XXX: Is the did_reload test too strict? */ conv_silent = True; + init_doschar_table(); init_valid_table(); conv_silent = False; } -- cgit