]> 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)
committerMarc-André Lureau <marcandre.lureau@gmail.com>
Tue, 31 Jul 2012 17:51:41 +0000 (19:51 +0200)
Pushed without ack, under the trivial rule.

src/qemu/qemu_hotplug.c

index ceffe22846f0dce9a69963183a6a4d5071f139e2..f5f96ed8ddd644c9f8a94005aabb52e826e2ee38 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;
         }