]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Fix typo in qemudDomainAttachHostPciDevice()
authorDaniel Veillard <veillard@redhat.com>
Mon, 21 Dec 2009 11:32:55 +0000 (12:32 +0100)
committerDaniel Veillard <veillard@redhat.com>
Mon, 21 Dec 2009 11:32:55 +0000 (12:32 +0100)
commit9b2c299a359c0415c431767ef49dfdf1a575a76f
tree333d558982eb434483022dfd3a1e227d6ec75ff9
parent2c345831a3f90e22d448090b0abeb9238e51288c
Fix typo in qemudDomainAttachHostPciDevice()

* src/qemu/qemu_driver.c: The 'if' statement is supposed to check return
  value of pci = pciGetDevice(conn, ...); , but check uses if (!dev),
  fix it
src/qemu/qemu_driver.c