[Libguestfs] [PATCH v7 1/7] daemon: expose file upload logic

Richard W.M. Jones rjones at redhat.com
Mon Apr 24 08:58:04 UTC 2017


On Sun, Apr 23, 2017 at 07:49:56PM +0300, Matteo Cafasso wrote:
> +  if (r == -1) {		/* write error */
> +    err = errno;
> +    r = cancel_receive ();

You need to use ignore_value here, and it needs to be in a separate
commit, as discussed previously.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://people.redhat.com/~rjones/virt-top




More information about the Libguestfs mailing list