Fix bug 7005 - mangle method = hash truncates files with dot '.' character
commit8a15ef0dc0b3470785bf4916955b3b4fb1463857
authorJeremy Allison <jra@samba.org>
Tue, 22 Dec 2009 05:12:33 +0000 (21 21:12 -0800)
committerKarolin Seeger <kseeger@samba.org>
Tue, 29 Dec 2009 10:52:00 +0000 (29 11:52 +0100)
tree53f416640cc7c6a972ab50145a818b589692315d
parent3e2f6c1ad49b036ae1673930cba5d368b2b71e16
Fix bug 7005 - mangle method = hash truncates files with dot '.' character

Don't change the contents of a const string via a pointer
alias (or if you do, change it back.....).

Jeremy.
(cherry picked from commit a5bfbad790870ff66d4b09f99f0835ccb61c10ed)
source3/smbd/mangle_hash.c