Daniel Veillard wrote:
>   Seems fixed now, I'm seeing 
> 
>     case VIR_DOMAIN_GRAPHICS_TYPE_VNC:
>         if (def->data.vnc.port &&
>             (!def->data.vnc.autoport || vm->id != -1))
>             virBufferVSprintf(buf, " port='%d'",
>                               def->data.vnc.port);
>         else if (def->data.vnc.autoport)
>             virBufferAddLit(buf, " port='-1'");
> 
>         virBufferVSprintf(buf, " autoport='%s'",
>                           def->data.vnc.autoport ? "yes" : "no");

Yeah, Dan B committed the fix to the fix, since I didn't get around to it
yesterday.  Thanks Dan B!

Chris Lalancette

--
Libvir-list mailing list
Libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to