From: Eric Blake Date: Tue, 7 Jan 2014 16:14:09 +0000 (-0700) Subject: event: fix typo in previous patch X-Git-Tag: v1.2.1-rc1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a18b8aada620d6f67caa60613cf2364e5098e9f4;p=thirdparty%2Flibvirt.git event: fix typo in previous patch Bah, serves me right for merging patches without one last compile test. Signed-off-by: Eric Blake --- diff --git a/tests/objecteventtest.c b/tests/objecteventtest.c index 22b0bfef51..b491ba814e 100644 --- a/tests/objecteventtest.c +++ b/tests/objecteventtest.c @@ -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,