From 5ce6d74e906d3f1db72384eb86d01c32a3866258 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Wed, 15 Feb 2017 17:26:37 -0800 Subject: [PATCH] tst: passthrough-fuse: FSP_FUSE_CAP_*: testing --- tst/passthrough-fuse/passthrough-fuse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)