From 5155a5f5c130ff5b71ce4e37877378a6967046b4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 18 Feb 2011 11:51:33 +1100 Subject: 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 --- source3/lib/charcnv.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source3/lib/charcnv.c') 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; - } } /** -- cgit