[libvirt] [PATCHv2 1/2] Fix message about dnsmasq BINDTODEVICE capability.

Laine Stump laine at laine.org
Fri Jul 1 15:49:43 UTC 2016


On 07/01/2016 07:50 AM, Maxim Perevedentsev wrote:
> ---
>   src/util/virdnsmasq.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/util/virdnsmasq.c b/src/util/virdnsmasq.c
> index da3e603..d253f44 100644
> --- a/src/util/virdnsmasq.c
> +++ b/src/util/virdnsmasq.c
> @@ -693,7 +693,7 @@ dnsmasqCapsSetFromBuffer(dnsmasqCapsPtr caps, const char *buf)
>                (int)caps->version / 1000000,
>                (int)(caps->version % 1000000) / 1000,
>                dnsmasqCapsGet(caps, DNSMASQ_CAPS_BIND_DYNAMIC) ? "" : "NOT ",
> -             dnsmasqCapsGet(caps, DNSMASQ_CAPS_BIND_DYNAMIC) ? "" : "NOT ");
> +             dnsmasqCapsGet(caps, DNSMASQ_CAPS_BINDTODEVICE) ? "" : "NOT ");
>       return 0;
>
>    fail:

ACK. (in more ways than one, ie also "ACK! How did I not see that when I 
wrote it!?!??")




More information about the libvir-list mailing list