summaryrefslogtreecommitdiff
path: root/source3/lib/charcnv.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-06-29 17:51:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:23:43 -0500
commitef8706acd1a880a811b65310d01f309d36d9d47e (patch)
treed26952c6c958863ab3ee5997272688d0f2332169 /source3/lib/charcnv.c
parentf9df7787e6b1fec9404451eb2220dc34baf5e4a3 (diff)
downloadsamba-ef8706acd1a880a811b65310d01f309d36d9d47e.tar.gz
samba-ef8706acd1a880a811b65310d01f309d36d9d47e.tar.bz2
samba-ef8706acd1a880a811b65310d01f309d36d9d47e.zip
r23662: According to simo, check_dos_char is needed
(This used to be commit c195eccefea69c17169c350a13bbfe845fc6fc44)
Diffstat (limited to 'source3/lib/charcnv.c')
-rw-r--r--source3/lib/charcnv.c1
1 files changed, 1 insertions, 0 deletions
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;
}