Work around Samba bug with ':' in symlink contents
commit1dd54e3eef7543720eff161457677a35fae2435c
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 11 Oct 2016 20:06:42 +0000 (11 13:06 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 11 Oct 2016 20:07:19 +0000 (11 13:07 -0700)
tree647a6acfc6c0af0910a1cfeb2014a3fe2b76aeb9
parent5cc3c13d164e392218a4dbc277fdab8c757a91af
Work around Samba bug with ':' in symlink contents

* src/filelock.c (current_lock_owner): When reading the contents
of a lock, treat the UTF-8 for U+F022 as if it were ':' (Bug#24656).
src/filelock.c