|
@@ -733,6 +733,7 @@ Virtio9p.prototype.ReceiveRequest = async function (bufchain) {
|
|
|
marshall.Marshall(["Q"], [inode.qid], this.replybuffer, 7);
|
|
|
this.BuildReply(id, tag, 13);
|
|
|
this.SendReply(bufchain);
|
|
|
+ this.bus.send("9p-attach");
|
|
|
break;
|
|
|
|
|
|
case 108: // tflush
|