1
0

qopen-in-vm: close output when we're done writing to it

Este cometimento está contido em:
Vincent Penquerc'h 2013-12-29 07:01:45 -05:00 cometido por Marek Marczykowski-Górecki
ascendente 511b614f56
cometimento 5af6f0ff7f

Ver ficheiro

@ -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)