提交 a18b8aad 编写于 作者: E Eric Blake

event: fix typo in previous patch

Bah, serves me right for merging patches without one last
compile test.
Signed-off-by: NEric Blake <eblake@redhat.com>
上级 114aa075
......@@ -221,7 +221,7 @@ testDomainCreateXMLMixed(const void *data)
/* Fun with mixing old and new API. Handler should be fired twice,
* once for each registration. */
if (!(dom = virDomainCreateXML(test->conn, domainDef, 0))
if (!(dom = virDomainCreateXML(test->conn, domainDef, 0)))
goto cleanup;
id = virConnectDomainEventRegisterAny(test->conn, dom,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册