Found whilst back-porting the fix for bug 8837 - smbd crashes when deleting directory...
authorJeremy Allison <jra@samba.org>
Fri, 6 Apr 2012 22:35:55 +0000 (15:35 -0700)
committerJeremy Allison <jra@samba.org>
Sat, 7 Apr 2012 00:13:58 +0000 (02:13 +0200)
commit989fc20fc36d5a07e36e5076a5c1f351fb85d3d3
tree29a369767364e4c0fea8bea79e96c177e87c6b70
parenta92c532573b293f5c0ed4a386c866bc9a3dbeef3
Found whilst back-porting the fix for bug 8837 - smbd crashes when deleting directory and veto files are enabled.

The delete tokens are unique to each name hash representing a pathname,
if we don't correctly return here we'll add duplicate tokens for a
given pasname hash.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Sat Apr  7 02:13:58 CEST 2012 on sn-devel-104
source3/locking/locking.c