On Fri, 2016-07-29 at 15:37 +0200, Ján Tomko wrote:
> ---
>  src/conf/domain_conf.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
> index a56e0f5..4999dea 100644
> --- a/src/conf/domain_conf.c
> +++ b/src/conf/domain_conf.c
> @@ -8824,7 +8824,7 @@ virDomainActualNetDefParseXML(xmlNodePtr node,
>  
>      vlanNode = virXPathNode("./vlan", ctxt);
>      if (vlanNode && virNetDevVlanParse(vlanNode, ctxt, &actual->vlan) < 0)
> -       goto error;
> +        goto error;
>  
>      *def = actual;
>      actual = NULL;

I think you can safely push this one without waiting for
feedback on the rest of the series or a respin :)

ACK

-- 
Andrea Bolognani / Red Hat / Virtualization

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to