[libvirt] [PATCH] Don't replace persistent domain config with migrated config

Jiri Denemark jdenemar at redhat.com
Fri Mar 26 22:10:42 UTC 2010


> ACK.
> 
> > 
> >  virDomainObjPtr virDomainAssignDef(virCapsPtr caps,
> ...
> 
> >          } else {
> > -            if (domain->newDef)
> > -                virDomainDefFree(domain->newDef);
> > +            virDomainDefFree(domain->newDef);
> 
> And nice removal of useless-if-before-free.

Thanks, I rebased the path to Jim's cleanup and pushed.

Jirka




More information about the libvir-list mailing list