mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 12:05:17 +00:00
qemu: syntax fix
Pushed without ack, under the trivial rule. (cherry picked from commit 2beed2daaf6539a13e915073343a82384e3a135d)
This commit is contained in:
parent
9649b0a8b4
commit
20d781692a
@ -1170,7 +1170,7 @@ int qemuDomainAttachHostDevice(struct qemud_driver *driver,
|
|||||||
|
|
||||||
if (usbDeviceListAdd(list, usb) < 0) {
|
if (usbDeviceListAdd(list, usb) < 0) {
|
||||||
usbFreeDevice(usb);
|
usbFreeDevice(usb);
|
||||||
usb = NULL:
|
usb = NULL;
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user