summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/smbd/vfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/vfs.c b/source3/smbd/vfs.c
index 895d84d51c..9a1af18b3d 100644
--- a/source3/smbd/vfs.c
+++ b/source3/smbd/vfs.c
@@ -395,7 +395,6 @@ char *vfs_readdirname(connection_struct *conn, void *p)
dname = buf;
}
- unix_to_dos(dname, True);
return(dname);
}