On Thu, Jun 09, 2016 at 07:10:58PM +0200, Igor Mammedov wrote: [...] > + > + if (local_err) { > + error_propagate(errp, local_err); > }
error_propagate() already ignores local_err==NULL so you don't need to check it first. I can change this while applying the patch, if you're OK. Reviewed-by: Eduardo Habkost <ehabk...@redhat.com> -- Eduardo