summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-04-12 16:23:17 +1000
committerAndrew Tridgell <tridge@samba.org>2011-04-13 14:47:07 +1000
commite3138f2ffef32ee33778e0c068c6009a58536419 (patch)
tree207ab87a4baeb36d43e66cc746fef58a52a4c0fa /source3/lib/util.c
parentd458f6b3bd7043bb78953bdc48ee6e2dcb034042 (diff)
downloadsamba-e3138f2ffef32ee33778e0c068c6009a58536419.tar.gz
samba-e3138f2ffef32ee33778e0c068c6009a58536419.tar.bz2
samba-e3138f2ffef32ee33778e0c068c6009a58536419.zip
s3-lib Move isvalid83_w to mangle_hash.c
This means that there is no need for the 'valid.dat' table to be loaded by anything other than smbd, so the unloader is also removed. The concept of a 'valid dos character' has been replaced by the hash2 mangle method. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source3/lib/util.c')
-rw-r--r--source3/lib/util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/lib/util.c b/source3/lib/util.c
index 887d21f160..0bb46db05f 100644
--- a/source3/lib/util.c
+++ b/source3/lib/util.c
@@ -156,7 +156,6 @@ void gfree_all( void )
{
gfree_names();
gfree_loadparm();
- gfree_case_tables();
gfree_charcnv();
gfree_interfaces();
gfree_debugsyms();