summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorGravatar Evgeny Kapun2026-02-17 06:58:47 +0000
committerGravatar Evgeny Kapun2026-02-17 06:58:47 +0000
commit903a29c7424028304aeef137d7c24e176b73fccf (patch)
tree814c086d3c06e30fa3c3584c5108b8b295903f71 /.github/workflows/build.yml
parent8f8e12ee196543916650d5618297a6bf53783747 (diff)
downloadifuse-903a29c7424028304aeef137d7c24e176b73fccf.tar.gz
ifuse-903a29c7424028304aeef137d7c24e176b73fccf.tar.bz2
Fix FUSE capability flags set during initialization.
The intent behind the line "conn->want &= FUSE_CAP_ASYNC_READ;" was likely to clear the FUSE_CAP_ASYNC_READ flag, but it actually clears all the other flags instead. This commit changes it to clear only that flag. Fixes #107
Diffstat (limited to '.github/workflows/build.yml')
0 files changed, 0 insertions, 0 deletions