Work around Samba bug with ':' in symlink contents
commit40c426a150c5d885d8a2509358831c9bb1e1c6ad
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 12 Oct 2016 16:01:03 +0000 (12 09:01 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 12 Oct 2016 16:19:44 +0000 (12 09:19 -0700)
tree36838cfcc85c5926098c34301a5bb6db98fdef5e
parent2deb20c1bdef2940629dc2c586d9176b9ea7e203
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).
Backport from master.
src/filelock.c