summaryrefslogtreecommitdiff
path: root/src/netfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/netfs.c')
-rw-r--r--src/netfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/netfs.c b/src/netfs.c
index f8d0d3973..d708b6254 100644
--- a/src/netfs.c
+++ b/src/netfs.c
@@ -68,8 +68,8 @@ refresh_context_struct(struct iouser *cred)
libfuse_ctx = ctx;
- ctx->fuse = (void *) FUSE_MAGIC;
- ctx->private_data = fsys_privdata;
+ ctx->fuse = libfuse_fuse;
+ ctx->private_data = libfuse_fuse->private_data;
/* FIXME, how to figure out the pid of the program asking for the
* filesystem operation? */