webfs: add exits(0) to main()
This commit is contained in:
parent
c1562daee0
commit
425338fd1f
1 changed files with 1 additions and 0 deletions
|
@ -810,4 +810,5 @@ main(int argc, char *argv[])
|
||||||
}
|
}
|
||||||
|
|
||||||
postmountsrv(&fs, srv, mtpt, MREPL);
|
postmountsrv(&fs, srv, mtpt, MREPL);
|
||||||
|
exits(0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue