diff options
author | Simo Sorce <idra@samba.org> | 2002-04-24 11:57:00 +0000 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2002-04-24 11:57:00 +0000 |
commit | 5922eaf61adf6cdec7cb9e5d942a19102f969ec6 (patch) | |
tree | 937a9e58ba5d80a43d1d1fd1baba1e2e11a6dcb4 /source3/smbd/mangle.c | |
parent | 193225dd424c72209b54d867fac64b7415cff529 (diff) | |
download | samba-5922eaf61adf6cdec7cb9e5d942a19102f969ec6.tar.gz samba-5922eaf61adf6cdec7cb9e5d942a19102f969ec6.tar.bz2 samba-5922eaf61adf6cdec7cb9e5d942a19102f969ec6.zip |
move to the FNV1 hash alghorithm seem good
the test revealed 15 collision with 1 Million long file names :-)
Simo.
(This used to be commit 77dc498b6f0c435f082eb2d934920d3f3bef0b65)
Diffstat (limited to 'source3/smbd/mangle.c')
-rw-r--r-- | source3/smbd/mangle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/mangle.c b/source3/smbd/mangle.c index 20b2b419cf..66dd2c00b7 100644 --- a/source3/smbd/mangle.c +++ b/source3/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 } }; |