* Applied patch from luroh as part of #7433 -- sorry for the long delay!

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42626 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2011-08-12 19:47:07 +00:00
parent 7a2bb2b04c
commit 10751cadb8
1 changed files with 3 additions and 0 deletions

View File

@ -602,6 +602,9 @@ main(int argc, char* argv[])
if (fuse_opt_parse(&fuseArgs, &config, fsOptions, process_options) < 0)
return 1;
if (!config.mntPoint)
print_usage_and_exit(fuseArgs.argv[0]);
if (!modules[0]) {
fprintf(stderr, "Error: Couldn't find FS module!\n");
return 1;