From ac7121d51432740a659104adf32f36e0039b5cf3 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Tue, 4 Oct 2016 20:41:52 -0700 Subject: Merge fuse_ll into fuse_session (part 3) Replace se->f with se. --- lib/fuse_loop_mt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/fuse_loop_mt.c') diff --git a/lib/fuse_loop_mt.c b/lib/fuse_loop_mt.c index c925cd7..e6e2263 100644 --- a/lib/fuse_loop_mt.c +++ b/lib/fuse_loop_mt.c @@ -265,13 +265,13 @@ static int fuse_loop_start_thread(struct fuse_mt *mt) w->mt = mt; w->ch = NULL; - if (mt->se->f->clone_fd) { + if (mt->se->clone_fd) { w->ch = fuse_clone_chan(mt); if(!w->ch) { /* Don't attempt this again */ fprintf(stderr, "fuse: trying to continue " "without -o clone_fd.\n"); - mt->se->f->clone_fd = 0; + mt->se->clone_fd = 0; } } -- cgit v1.2.3