* fhandler_disk_file.cc (fhandler_disk_file::opendir): Drop generating
path_conv for root.
This commit is contained in:
parent
408b92dbb5
commit
d4e9248df3
|
@ -1,3 +1,8 @@
|
|||
2006-02-19 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Drop generating
|
||||
path_conv for root.
|
||||
|
||||
2006-02-18 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* fhandler_disk_file.cc (FS_IS_SAMBA): Move out of
|
||||
|
|
|
@ -1409,7 +1409,6 @@ fhandler_disk_file::opendir ()
|
|||
DIR *dir;
|
||||
DIR *res = NULL;
|
||||
size_t len;
|
||||
path_conv rootdir ("/", PC_POSIX);
|
||||
|
||||
if (!pc.isdir ())
|
||||
set_errno (ENOTDIR);
|
||||
|
|
Loading…
Reference in New Issue