diff options
author | Jeremy Allison <jra@samba.org> | 2000-05-05 19:57:02 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-05-05 19:57:02 +0000 |
commit | 652d98c0bc22b761de72d0ce9c5a5f96412453fe (patch) | |
tree | 47aca9c43f8a4fedc7b7da2928999d86ad923318 | |
parent | 3f9fe644416e6943bd1aac4029afd0e80cff6005 (diff) | |
download | samba-652d98c0bc22b761de72d0ce9c5a5f96412453fe.tar.gz samba-652d98c0bc22b761de72d0ce9c5a5f96412453fe.tar.bz2 samba-652d98c0bc22b761de72d0ce9c5a5f96412453fe.zip |
Fix for dual unix_to_dos conversion in readdir from A.V.Shutko <AVShutko@mail.khstu.ru>
Jeremy.
(This used to be commit 1152f2ed008dbfa7e2b1cb9719d31575e7d05b89)
-rw-r--r-- | source3/smbd/vfs.c | 1 |
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); } |