Fix bug #6939 - mangling method = hash breaks long filenames.
commitf249d2d5893a3f8494e43fd1a805c78cee8eeec5
authorJeremy Allison <jra@samba.org>
Fri, 18 Dec 2009 00:36:53 +0000 (17 16:36 -0800)
committerKarolin Seeger <kseeger@samba.org>
Mon, 21 Dec 2009 11:07:38 +0000 (21 12:07 +0100)
tree28ef69e65de28c57d575658b1f73667b7d16dc7b
parentb53ee9ffe9d265e254a2c0b11bfcd7e6314ab13f
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.
source/smbd/mangle_hash.c