
1 Aug
2008
1 Aug
'08
2:37 a.m.
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