mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
event: fix typo in previous patch
Bah, serves me right for merging patches without one last compile test. Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
114aa0751e
commit
a18b8aada6
@ -221,7 +221,7 @@ testDomainCreateXMLMixed(const void *data)
|
|||||||
|
|
||||||
/* Fun with mixing old and new API. Handler should be fired twice,
|
/* Fun with mixing old and new API. Handler should be fired twice,
|
||||||
* once for each registration. */
|
* once for each registration. */
|
||||||
if (!(dom = virDomainCreateXML(test->conn, domainDef, 0))
|
if (!(dom = virDomainCreateXML(test->conn, domainDef, 0)))
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
|
|
||||||
id = virConnectDomainEventRegisterAny(test->conn, dom,
|
id = virConnectDomainEventRegisterAny(test->conn, dom,
|
||||||
|
Loading…
Reference in New Issue
Block a user