Fix bug #6196 - Unable to serve files with colons to Linux CIFS/VFS client
commit8d8c25a34241c1b4a1d40d7ad02bd1e1baa605be
authorJeremy Allison <jra@samba.org>
Thu, 19 Mar 2009 03:00:28 +0000 (18 20:00 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 19 Mar 2009 03:00:28 +0000 (18 20:00 -0700)
treec6b2e6ac2498d7b2b9216c773286f7b1612edf49
parenta398deb3fe71a6c4c237b1f64dd7bbb8cb6bfa28
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.
source3/smbd/reply.c