projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e175fb7
)
fix
author
Miklos Szeredi
<miklos@szeredi.hu>
Thu, 21 Oct 2004 16:39:09 +0000
(16:39 +0000)
committer
Miklos Szeredi
<miklos@szeredi.hu>
Thu, 21 Oct 2004 16:39:09 +0000
(16:39 +0000)
lib/helper.c
patch
|
blob
|
history
diff --git
a/lib/helper.c
b/lib/helper.c
index 62f0b65b909ca2c3ea4d883ef8d6659d9fae1765..b8c73be95e3a76d89326515242e40f4cf526ae31 100644
(file)
--- 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;