fuse_session_new(): accept --debug
authorNikolaus Rath <Nikolaus@rath.org>
Tue, 18 Oct 2016 03:16:58 +0000 (20:16 -0700)
committerNikolaus 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

index 86940ebbdc4c1b20b8fb561842aef9b693117347..1dbe6ed3d3088f29fa5d21babc833be7827fd805 100644 (file)
@@ -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
 };