Fix bug #6196 - Unable to serve files with colons to Linux CIFS/VFS client
authorJeremy Allison <jra@samba.org>
Thu, 19 Mar 2009 02:58:01 +0000 (19:58 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 19 Mar 2009 02:58:01 +0000 (19:58 -0700)
commit985ba585207e840caa17c3d87d93ef1ba5f15cbb
tree391ab849f6262624b2052058951d272166c0eec4
parentb5d794d5de872bcf757c8021c103b6b3d320b8db
Fix bug #6196 - Unable to serve files with colons to Linux CIFS/VFS client
Looks like the pathname parsing for POSIX paths got
broken when the code for doing Windows streams parsing got added.
Jeremy.
source/smbd/reply.c