mirror of
https://github.com/torarnv/sparsebundlefs.git
synced 2026-03-03 18:28:07 +01:00
Actually return the fuse_main return value from main()
This commit is contained in:
@@ -591,4 +591,5 @@ int main(int argc, char **argv)
|
||||
|
||||
int ret = fuse_main(args.argc, args.argv, &sparsebundle_filesystem_operations, &sparsebundle);
|
||||
syslog(LOG_DEBUG, "exiting with return code %d", ret);
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user