lib9p

Go 9P library.
Log | Files | Refs | LICENSE

commit 3cdfcab0b1063046f41009165a4eb5b1b4365aae
parent 4bcb21630154545503ad5ae693d567ed289cf068
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Wed, 29 Nov 2023 10:00:25 +0900

fix bug

Diffstat:
Mserver.go | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/server.go b/server.go @@ -384,6 +384,7 @@ func rWalk(r *Req, err error) { panic("err and r.Ofcall are both nil") } setError(r, err) + return } ofcall := r.Ofcall.(*RWalk) if err != nil || len(ofcall.Qids) < len(ifcall.Wnames) {