summaryrefslogtreecommitdiff
path: root/source/smbd/mangle.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2002-04-24 11:57:00 +0000
committerSimo Sorce <idra@samba.org>2002-04-24 11:57:00 +0000
commit77dc498b6f0c435f082eb2d934920d3f3bef0b65 (patch)
tree77c5fb2fcf073efc1d7fd68511135d5e8ba5760e /source/smbd/mangle.c
parent38fd99e84176106ed700f637e9292d2a4c1385b4 (diff)
downloadsamba-77dc498b6f0c435f082eb2d934920d3f3bef0b65.tar.gz
move to the FNV1 hash alghorithm seem good
the test revealed 15 collision with 1 Million long file names :-) Simo.
Diffstat (limited to 'source/smbd/mangle.c')
-rw-r--r--source/smbd/mangle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/smbd/mangle.c b/source/smbd/mangle.c
index 20b2b419cf1..66dd2c00b7a 100644
--- a/source/smbd/mangle.c
+++ b/source/smbd/mangle.c
@@ -29,6 +29,7 @@ static struct {
} mangle_backends[] = {
{ "hash", mangle_hash_init },
{ "hash2", mangle_hash2_init },
+ /*{ "tdb", mangle_tdb_init }, */
{ NULL, NULL }
};