]> xenbits.xensource.com Git - libvirt.git/commitdiff
event: fix typo in previous patch
authorEric Blake <eblake@redhat.com>
Tue, 7 Jan 2014 16:14:09 +0000 (09:14 -0700)
committerEric Blake <eblake@redhat.com>
Tue, 7 Jan 2014 16:14:14 +0000 (09:14 -0700)
Bah, serves me right for merging patches without one last
compile test.

Signed-off-by: Eric Blake <eblake@redhat.com>
tests/objecteventtest.c

index 22b0bfef518f583c0e59ed4adad8de3be184b067..b491ba814e0d06219acf10bd1fdc52d0b476f843 100644 (file)
@@ -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,