Emery Hemingway 013eb506a8 Vfs::Dir_file_system: do not use Vfs_handle for opening directories as files
The Dir_file_system uses static cast to convert handles from the
application to a plugin local type. For this reason, only the local
handle type may be returned from 'opendir' or 'open'. This fixes the
unexpected behavior when opening directories as files.

Fix #2533
2018-02-15 10:22:09 +01:00
..
2017-03-24 16:19:56 +01:00
2018-01-17 12:14:41 +01:00
2018-02-15 10:22:09 +01:00