From cc82a8c498b2877647a012892267afedda8d04b2 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 21 Oct 2004 16:39:09 +0000 Subject: [PATCH] fix --- lib/helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/helper.c b/lib/helper.c index 62f0b65..b8c73be 100644 --- a/lib/helper.c +++ b/lib/helper.c @@ -279,11 +279,11 @@ struct fuse *__fuse_setup(int argc, char *argv[], } } - fuse_instance = fuse; res = set_signal_handlers(); if (res == -1) goto err_destroy; + fuse_instance = fuse; free(kernel_opts); free(lib_opts); return fuse; -- 2.30.2