From 31e6f15eaf04871e7d46649e91f7ecf79d271d7d Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Wed, 15 Feb 2017 18:07:25 -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 626bc6ba..5669e938 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)