summaryrefslogtreecommitdiffstats
path: root/source/smbd/vfs.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-05-05 19:57:02 +0000
committerJeremy Allison <jra@samba.org>2000-05-05 19:57:02 +0000
commit1152f2ed008dbfa7e2b1cb9719d31575e7d05b89 (patch)
tree0acd356c364d1e28f02a317992ca0f017c432751 /source/smbd/vfs.c
parente2de1cf2221f56a5ee3537664d211cdcdfe74785 (diff)
downloadsamba-1152f2ed008dbfa7e2b1cb9719d31575e7d05b89.tar.gz
samba-1152f2ed008dbfa7e2b1cb9719d31575e7d05b89.tar.xz
samba-1152f2ed008dbfa7e2b1cb9719d31575e7d05b89.zip
Fix for dual unix_to_dos conversion in readdir from A.V.Shutko <AVShutko@mail.khstu.ru>
Jeremy.
Diffstat (limited to 'source/smbd/vfs.c')
-rw-r--r--source/smbd/vfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/smbd/vfs.c b/source/smbd/vfs.c
index 895d84d51cd..9a1af18b3d0 100644
--- a/source/smbd/vfs.c
+++ b/source/smbd/vfs.c
@@ -395,7 +395,6 @@ char *vfs_readdirname(connection_struct *conn, void *p)
dname = buf;
}
- unix_to_dos(dname, True);
return(dname);
}