qopen-in-vm: close output when we're done writing to it
这个提交包含在:
父节点
511b614f56
当前提交
5af6f0ff7f
@ -30,6 +30,7 @@ void send_file(char *fname)
|
||||
if (!copy_fd_all(1, fd))
|
||||
gui_fatal("send file to dispVM");
|
||||
close(1);
|
||||
close(fd);
|
||||
}
|
||||
|
||||
int copy_and_return_nonemptiness(int tmpfd)
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户