Fix bug #6939 - mangling method = hash breaks long filenames.
authorJeremy Allison <jra@samba.org>
Fri, 18 Dec 2009 00:21:46 +0000 (16:21 -0800)
committerKarolin Seeger <kseeger@samba.org>
Mon, 21 Dec 2009 11:07:06 +0000 (12:07 +0100)
commit2f1a66a72a6bd9f3e160b01982171dd66835990e
treecb2740a10992c62a82cf8c4321fd32b778dc4553
parente4e143e8fccc09b6543c4f765d0824f0472f95e9
Fix bug #6939 - mangling method = hash breaks long filenames.

We were returning the wrong sense of the bool. must_mangle()
has to return !NT_STATUS_IS_OK, not NT_STATUS_IS_OK.

Jeremy.
source3/smbd/mangle_hash.c