Fix bug #6939 - mangling method = hash breaks long filenames.
authorJeremy Allison <jra@samba.org>
Fri, 18 Dec 2009 00:14:30 +0000 (16:14 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 18 Dec 2009 00:14:30 +0000 (16:14 -0800)
commit159c1b860aa4d61acf765c849c63e3bee9f57ad3
tree7251b5eb46ae73e358b30a10937b16efc741f847
parentbbec305135cae9cb6ad95d2de1617e93b18d5659
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