smb_share_modes: don't use tdb_jenkins_hash.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 20 Jun 2011 07:25:15 +0000 (16:55 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 20 Jun 2011 09:18:34 +0000 (11:18 +0200)
commit20687dcd7b66635f851f09c51f967e17203c8ab0
treebfabb3d68042467d10286363154f0edc1b100d55
parent754c677b0bbf3ea6c7d2a73c93848f1b0d68c91e
smb_share_modes: don't use tdb_jenkins_hash.

It's a nice hash, but this usage has nothing to do with TDB.  So use the
Jenkins hash directly from CCAN instead (it's the same one).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
source3/Makefile.in
source3/libsmb/smb_share_modes.c
source3/wscript_build