Fix bug #6196 - Unable to serve files with colons to Linux CIFS/VFS client
commitc1014f371297d3405f32f13c0819e1584dcbba6f
authorJeremy Allison <jra@samba.org>
Thu, 19 Mar 2009 02:58:01 +0000 (18 19:58 -0700)
committerKarolin Seeger <kseeger@samba.org>
Fri, 27 Mar 2009 12:06:54 +0000 (27 13:06 +0100)
tree599bdd716252be9a5a1dbdc4d9509cf21f1c69fd
parent42bd21e5fb3a3c44b91ebb6b4cfb758172c17097
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.
(cherry picked from commit 985ba585207e840caa17c3d87d93ef1ba5f15cbb)
source/smbd/reply.c