commit febaaadaa6c0867d70f7ae35bce6cdc0d866b048 from: Omar Polo date: Thu Dec 16 20:20:33 2021 UTC use the given afid, don't hardcode NOFID commit - 82a5db3f3b1196f4edd232a450eb37cf98189967 commit + febaaadaa6c0867d70f7ae35bce6cdc0d866b048 blob - a9054e8f2cca5fb025a378c89520b9010b0ce91b blob + e88277ab8971ae6a3ad23c02cd997b622fa49ba3 --- 9pclib.c +++ 9pclib.c @@ -128,7 +128,7 @@ tattach(uint32_t fid, uint32_t afid, const char *uname + sizeof(al) + al; write_hdr_auto(len, Tattach); write_fid(fid); - write_fid(NOFID); + write_fid(afid); write_str(ul, uname); write_str(al, aname); }