mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
tst: passthrough-fuse: FSP_FUSE_CAP_*: testing
This commit is contained in:
parent
02ffa6afb2
commit
5ce6d74e90
@ -209,7 +209,7 @@ static void *ptfs_init(struct fuse_conn_info *conn)
|
||||
{
|
||||
#if defined(_WIN64) || defined(_WIN32)
|
||||
#if defined(FSP_FUSE_CAP_READDIR_PLUS)
|
||||
conn->want |= (conn->capable & FSP_FUSE_CAP_READDIR_PLUS);
|
||||
//conn->want |= (conn->capable & FSP_FUSE_CAP_READDIR_PLUS);
|
||||
#endif
|
||||
|
||||
#if defined(FSP_FUSE_CAP_CASE_INSENSITIVE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user