From 2e50d4376f3124a87d5723ae66c09fa71c7ecf88 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 20 Dec 2001 12:17:25 +0000 Subject: preparations for cred checking in fs --- lib/helper.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/helper.c') diff --git a/lib/helper.c b/lib/helper.c index f4a8a16..556a1c1 100644 --- a/lib/helper.c +++ b/lib/helper.c @@ -143,8 +143,7 @@ void fuse_main(int argc, char *argv[], const struct fuse_operations *op) exit(1); } - fuse = fuse_new(fd, flags); - fuse_set_operations(fuse, op); + fuse = fuse_new(fd, flags, op); if(multithreaded) fuse_loop_mt(fuse); -- cgit v1.2.3