Browse Source

fuse_lowlevel.c

passthrough2
Antonio SJ Musumeci 10 months ago
parent
commit
2b8de4a9a6
  1. 2
      libfuse/lib/fuse_lowlevel.c

2
libfuse/lib/fuse_lowlevel.c

@ -286,7 +286,7 @@ fill_open(struct fuse_open_out *arg_,
fprintf(stderr,
"%d %d\n",
!!(arg_->open_flags | FOPEN_KEEP_CACHE),
!!(arg_->passthrough | FOPEN_PASSTHROUGH));
!!(arg_->open_flags | FOPEN_PASSTHROUGH));
}
int

Loading…
Cancel
Save