Fix bug 7005 - mangle method = hash truncates files with dot '.' character
authorJeremy Allison <jra@samba.org>
Tue, 22 Dec 2009 05:12:33 +0000 (21:12 -0800)
committerKarolin Seeger <kseeger@samba.org>
Sat, 26 Dec 2009 05:43:21 +0000 (06:43 +0100)
commita5bfbad790870ff66d4b09f99f0835ccb61c10ed
tree8fcbc2bf9080482151d065f273e6a07f67fb1b58
parent3439ae9005ee3c6be05f0d173d26d3f11a427b06
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.
source3/smbd/mangle_hash.c