summaryrefslogtreecommitdiff
path: root/source3/smbd/filename.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-09-23 15:05:45 -0700
committerJeremy Allison <jra@samba.org>2008-09-23 15:05:45 -0700
commitd275cc762dad1985045d381ca211e92234d9d77d (patch)
treeb32d3fbbb1d56f5ad002887c1f4b9b4c154f0d11 /source3/smbd/filename.c
parent0bbbe2c21fdcbdc492b78b84897f85eb60ec5b00 (diff)
downloadsamba-d275cc762dad1985045d381ca211e92234d9d77d.tar.gz
samba-d275cc762dad1985045d381ca211e92234d9d77d.tar.bz2
samba-d275cc762dad1985045d381ca211e92234d9d77d.zip
Fix bug #5783 FindFirst fails where search pattern == mangled filename.
That was an old and subtle bug. Jeremy.
Diffstat (limited to 'source3/smbd/filename.c')
-rw-r--r--source3/smbd/filename.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/smbd/filename.c b/source3/smbd/filename.c
index 41a0b9296a..562f1e8d94 100644
--- a/source3/smbd/filename.c
+++ b/source3/smbd/filename.c
@@ -101,8 +101,7 @@ get any fatal errors that should immediately terminate the calling
SMB processing whilst resolving.
If the saved_last_component != 0, then the unmodified last component
-of the pathname is returned there. This is used in an exceptional
-case in reply_mv (so far). If saved_last_component == 0 then nothing
+of the pathname is returned there. If saved_last_component == 0 then nothing
is returned there.
If last_component_wcard is true then a MS wildcard was detected and