tst: passthrough-fuse: FSP_FUSE_CAP_*: testing

This commit is contained in:
Bill Zissimopoulos 2017-02-15 17:26:37 -08:00
parent 02ffa6afb2
commit 5ce6d74e90

View File

@ -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)