git: 9front

Download patch

ref: de4c4714b51b7e14796d582c5025f0272aa8941b
parent: dfb8d83c44195a8b97c06d6920b3fb8c4ed6cd19
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);
 }
--