mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 03:21:44 +03:00
qemu: Release correct websocket port
This commit is contained in:
parent
d4ce75ba76
commit
0d7dc70824
@ -4222,7 +4222,7 @@ retry:
|
||||
}
|
||||
if (graphics->data.vnc.websocket) {
|
||||
ignore_value(virPortAllocatorRelease(driver->webSocketPorts,
|
||||
graphics->data.vnc.port));
|
||||
graphics->data.vnc.websocket));
|
||||
}
|
||||
}
|
||||
if (graphics->type == VIR_DOMAIN_GRAPHICS_TYPE_SPICE &&
|
||||
|
Loading…
Reference in New Issue
Block a user