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:
904adc0
)
fuse_session_new(): accept --debug
author
Nikolaus Rath
<Nikolaus@rath.org>
Tue, 18 Oct 2016 03:16:58 +0000
(20:16 -0700)
committer
Nikolaus Rath
<Nikolaus@rath.org>
Tue, 18 Oct 2016 03:16:58 +0000
(20:16 -0700)
Fixes commit
3e022acf4076
.
Thanks to Github user mtheall for the review!
lib/fuse_lowlevel.c
patch
|
blob
|
history
diff --git
a/lib/fuse_lowlevel.c
b/lib/fuse_lowlevel.c
index 86940ebbdc4c1b20b8fb561842aef9b693117347..1dbe6ed3d3088f29fa5d21babc833be7827fd805 100644
(file)
--- a/
lib/fuse_lowlevel.c
+++ b/
lib/fuse_lowlevel.c
@@
-2523,7
+2523,7
@@
clear_pipe:
static const struct fuse_opt fuse_ll_opts[] = {
LL_OPTION("debug", debug, 1),
LL_OPTION("-d", debug, 1),
- LL_OPTION("debug", debug, 1),
+ LL_OPTION("
--
debug", debug, 1),
LL_OPTION("allow_root", allow_root, 1),
FUSE_OPT_END
};