Re: [libvirt] [PATCH] Use correct error code in public VolCreateXML

2009-05-05 Thread Cole Robinson
Daniel P. Berrange wrote: > On Mon, May 04, 2009 at 01:49:01PM -0400, Cole Robinson wrote: >> The attached patch fixes a use of an incorrect error code in libvirt.c >> VolCreateXML. > > ACK > Thanks, applied now. - Cole -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/

Re: [libvirt] [PATCH] Use correct error code in public VolCreateXML

2009-05-05 Thread Daniel P. Berrange
On Mon, May 04, 2009 at 01:49:01PM -0400, Cole Robinson wrote: > The attached patch fixes a use of an incorrect error code in libvirt.c > VolCreateXML. ACK > commit 5e8ccec77f742a7b749c1ef6b51fb20cbe345d65 > Author: Cole Robinson > Date: Wed Apr 29 09:39:13 2009 -0400 > > Use proper error

[libvirt] [PATCH] Use correct error code in public VolCreateXML

2009-05-04 Thread Cole Robinson
The attached patch fixes a use of an incorrect error code in libvirt.c VolCreateXML. Thanks, Cole commit 5e8ccec77f742a7b749c1ef6b51fb20cbe345d65 Author: Cole Robinson Date: Wed Apr 29 09:39:13 2009 -0400 Use proper error code in virStorageVolCreateXML diff --git a/src/libvirt.c b/src/lib