summaryrefslogtreecommitdiff
path: root/source3/lib/charcnv.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-02-18 11:51:33 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-02-18 18:41:01 +1100
commit5155a5f5c130ff5b71ce4e37877378a6967046b4 (patch)
tree32a0cf4359d501ddcac6b51da9575342e351f936 /source3/lib/charcnv.c
parente4c20230825dd78a2f06839dd7f6fe72f486a910 (diff)
downloadsamba-5155a5f5c130ff5b71ce4e37877378a6967046b4.tar.gz
samba-5155a5f5c130ff5b71ce4e37877378a6967046b4.tar.bz2
samba-5155a5f5c130ff5b71ce4e37877378a6967046b4.zip
s3-charcnv Don't genreate valid_table on the fly, rely on valid.dat
This file is always installed, and is only even required for the old, depricated mangle hash method. Andrew Bartlett
Diffstat (limited to 'source3/lib/charcnv.c')
-rw-r--r--source3/lib/charcnv.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/lib/charcnv.c b/source3/lib/charcnv.c
index f79785ef15..4c98f8f339 100644
--- a/source3/lib/charcnv.c
+++ b/source3/lib/charcnv.c
@@ -188,15 +188,6 @@ void init_iconv(void)
}
}
}
-
- if (did_reload) {
- /* XXX: Does this really get called every time the dos
- * codepage changes? */
- /* XXX: Is the did_reload test too strict? */
- conv_silent = True;
- init_valid_table();
- conv_silent = False;
- }
}
/**