Fix bug #6196 - Unable to serve files with colons to Linux CIFS/VFS client
authorJeremy Allison <jra@samba.org>
Thu, 19 Mar 2009 02:59:04 +0000 (19:59 -0700)
committerKarolin Seeger <kseeger@samba.org>
Fri, 27 Mar 2009 13:15:35 +0000 (14:15 +0100)
commit4d33970f5d071fd971a75918edb672e4f33b1687
treeafd4cd4dfeada5ad80ff1cf17f23a9b7ded7383d
parent727b20ac9b25ebe4ff37d68f88a6a260d5fe2535
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 41bf3933b955548c4877e6e3f8fe2768090833c4)
source/smbd/reply.c