qemu: syntax fix

Pushed without ack, under the trivial rule.
(cherry picked from commit 2beed2daaf)
This commit is contained in:
Marc-André Lureau 2012-07-31 19:51:41 +02:00 committed by Cole Robinson
parent 9649b0a8b4
commit 20d781692a

View File

@ -1170,7 +1170,7 @@ int qemuDomainAttachHostDevice(struct qemud_driver *driver,
if (usbDeviceListAdd(list, usb) < 0) {
usbFreeDevice(usb);
usb = NULL:
usb = NULL;
goto cleanup;
}