tst: passthrough-fuse: FSP_FUSE_CAP_*: testing

This commit is contained in:
Bill Zissimopoulos 2017-02-15 18:07:25 -08:00
parent 5ce6d74e90
commit 31e6f15eaf

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)