From d65cdfe63c14c1765dc0bd5ab818a2e41a1f2ba3 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 15 Feb 2006 14:25:17 +0000 Subject: fix --- lib/fuse.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/fuse.c') diff --git a/lib/fuse.c b/lib/fuse.c index b2a1904..d070f4d 100644 --- a/lib/fuse.c +++ b/lib/fuse.c @@ -2014,7 +2014,8 @@ struct fuse *fuse_new_common(int fd, struct fuse_args *args, goto out_free; } - f->se = fuse_lowlevel_new(args, &fuse_path_ops, sizeof(fuse_path_ops), f); + f->se = fuse_lowlevel_new_common(args, &fuse_path_ops, + sizeof(fuse_path_ops), f); if (f->se == NULL) goto out_free; -- cgit v1.2.3