On Fri, Jan 20, 2012 at 04:36:29PM -0700, Eric Blake wrote:
> On 01/20/2012 09:57 AM, Guido Günther wrote:
> > ---
> >  src/xen/xen_hypervisor.c |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > diff --git a/src/xen/xen_hypervisor.c b/src/xen/xen_hypervisor.c
> > index 855576c..51b92d3 100644
> > --- a/src/xen/xen_hypervisor.c
> > +++ b/src/xen/xen_hypervisor.c
> > @@ -2598,7 +2598,7 @@ xenHypervisorMakeCapabilitiesInternal(virConnectPtr 
> > conn,
> >                                 &line[subs[1].rm_so],
> >                                 subs[1].rm_eo-subs[1].rm_so,
> >                                 sizeof(hvm_type)) == NULL)
> > -                    return NULL;
> > +                    goto no_memory;
> 
> ACK.
Pushed. Thanks,
 -- Guido

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to