summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ifuse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ifuse.c b/src/ifuse.c
index f5f7640..78135cd 100644
--- a/src/ifuse.c
+++ b/src/ifuse.c
@@ -395,7 +395,7 @@ void *ifuse_init(struct fuse_conn_info *conn, struct fuse_config *cfg)
{
afc_client_t afc = NULL;
- conn->want &= FUSE_CAP_ASYNC_READ;
+ conn->want &= ~FUSE_CAP_ASYNC_READ;
if (house_arrest) {
afc_client_new_from_house_arrest_client(house_arrest, &afc);