[libvirt] [PATCH] macvtap.c: add parenthesis for similar expressions

Eric Blake eblake at redhat.com
Thu Feb 3 19:31:13 UTC 2011


On 02/03/2011 11:41 AM, Stefan Berger wrote:
>> Actually, you've uncovered a bigger bug, but didn't fix it right.
> 
> ohoh, yes, there's a bug. This is how it should look like
> 
> ---
>  src/util/macvtap.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> Index: libvirt-acl/src/util/macvtap.c
> ===================================================================
> --- libvirt-acl.orig/src/util/macvtap.c
> +++ libvirt-acl/src/util/macvtap.c
> @@ -1048,8 +1048,8 @@ doPortProfileOpSetLink(bool nltarget_ker
>  
>              memcpy(ifla_vf_mac.mac, macaddr, 6);
>  
> -            if (!nla_put(nl_msg, IFLA_VF_MAC, sizeof(ifla_vf_mac),
> -                &ifla_vf_mac) < 0)
> +            if (nla_put(nl_msg, IFLA_VF_MAC, sizeof(ifla_vf_mac),
> +                        &ifla_vf_mac) < 0)
>                  goto buffer_too_small;

ACK.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20110203/c75a87cf/attachment-0001.sig>


More information about the libvir-list mailing list