]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemu: syntax fix
authorMarc-André Lureau <marcandre.lureau@gmail.com>
Tue, 31 Jul 2012 17:51:41 +0000 (19:51 +0200)
committerCole Robinson <crobinso@redhat.com>
Mon, 13 Aug 2012 01:15:46 +0000 (21:15 -0400)
Pushed without ack, under the trivial rule.
(cherry picked from commit 2beed2daaf6539a13e915073343a82384e3a135d)

src/qemu/qemu_hotplug.c

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