change Tcreate message in 9P2000.u

This commit is contained in:
rsc 2006-03-03 16:34:49 +00:00
parent 1190a7aa7a
commit b5c7be2fd6
4 changed files with 14 additions and 1 deletions

View file

@ -161,6 +161,8 @@ convM2Su(uchar *ap, uint nap, Fcall *f, int dotu)
p += BIT32SZ;
f->mode = GBIT8(p);
p += BIT8SZ;
if(dotu)
p = gstring(p, ep, &f->extension);
break;
case Tread: