diff --git a/tst/passthrough-fuse/passthrough-fuse.c b/tst/passthrough-fuse/passthrough-fuse.c index 5669e938..626bc6ba 100644 --- a/tst/passthrough-fuse/passthrough-fuse.c +++ b/tst/passthrough-fuse/passthrough-fuse.c @@ -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)