sshfs: add exits(nil) to threadmain

This commit is contained in:
BurnZeZ 2018-12-10 05:18:05 +00:00
parent ca851bbb5e
commit e93a85710e

View file

@ -1414,4 +1414,6 @@ threadmain(int argc, char **argv)
passwdparse(gidtab, readfile(gidfile));
threadpostmountsrv(&sshfssrv, svc, mtpt, MCREATE | mflag);
exits(nil);
}