ref: bcdbd28d00321d615839e60d46d61bc7352d2fb4
parent: d80fc12feca45641e17a6b45304ea0bbd304be7e
author: 9ferno <[email protected]>
date: Wed Dec 21 14:33:34 EST 2022
fixed deadlocking bug
--- a/9p.c
+++ b/9p.c
@@ -254,8 +254,8 @@
}
}
- respond(req, nil);
putbuf(dbuf, 1);
+ respond(req, nil);
return;
noperm:
respond(req, errstring[Eperm]);