mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-21 13:34:34 +03:00
Merge pull request #3348 from qiuzhiqian/main
rofiles-fuse: when fuse execution fails, rofiles-fuse still returns exit code 0
This commit is contained in:
commit
08395e2479
@ -756,7 +756,6 @@ main (int argc, char *argv[])
|
||||
exit (EXIT_FAILURE);
|
||||
}
|
||||
|
||||
fuse_main (args.argc, args.argv, &callback_oper, NULL);
|
||||
|
||||
return 0;
|
||||
// Refer to https://man.openbsd.org/fuse_main.3
|
||||
return (fuse_main (args.argc, args.argv, &callback_oper, NULL));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user