From: Nikolaus Rath Date: Tue, 18 Oct 2016 03:16:58 +0000 (-0700) Subject: fuse_session_new(): accept --debug X-Git-Tag: fuse-3.0.0rc1~27 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=965cb047c15fcbb55c7e80aeea10758143a92ab3;p=qemu-gpiodev%2Flibfuse.git fuse_session_new(): accept --debug Fixes commit 3e022acf4076. Thanks to Github user mtheall for the review! --- diff --git a/lib/fuse_lowlevel.c b/lib/fuse_lowlevel.c index 86940eb..1dbe6ed 100644 --- 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 };