commit 0c0ec6f266b6c3653fcdbfcc887ee4684711e102 parent 313b6879b2f60c28004e9eda258401e950886a0e Author: Matsuda Kenji <info@mtkn.jp> Date: Tue, 17 Oct 2023 07:30:50 +0900 fix bug where sCreate does not update r.fid.path Diffstat:
| M | server.go | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/server.go b/server.go @@ -474,6 +474,7 @@ func sCreate(s *Server, r *Req) { } r.fid.File = file + r.fid.path = path.Join(r.fid.path, ifcall.Name()) r.ofcall = &RCreate{ qid: r.fid.File.Qid(),