Fix bug 7005 - mangle method = hash truncates files with dot '. ' character
commite3be5ddae764fae7ff4a3ef502e8461d0535bdc5
authorJeremy Allison <jra@samba.org>
Tue, 22 Dec 2009 05:16:15 +0000 (21 21:16 -0800)
committerKarolin Seeger <kseeger@samba.org>
Sat, 26 Dec 2009 05:42:57 +0000 (26 06:42 +0100)
tree2924e7cbb9625d904e6e16cf2a59d01d82c1de81
parentf249d2d5893a3f8494e43fd1a805c78cee8eeec5
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.
source/smbd/mangle_hash.c