ref: e93a85710edab0e55ba792955da235083c8a0150
parent: ca851bbb5e93d6f208d967edd898e7042833889b
author: BurnZeZ <devnull@localhost>
date: Mon Dec 10 00:18:05 EST 2018
sshfs: add exits(nil) to threadmain
--- a/sys/src/cmd/sshfs.c
+++ b/sys/src/cmd/sshfs.c
@@ -1414,4 +1414,6 @@
passwdparse(gidtab, readfile(gidfile));
threadpostmountsrv(&sshfssrv, svc, mtpt, MCREATE | mflag);
+
+ exits(nil);
}