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