mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 19:45:21 +00:00
Fix test driver domain restore return value.
This commit is contained in:
parent
e807e4d9e9
commit
a843f44c51
@ -1,3 +1,7 @@
|
|||||||
|
Fri Apr 3 10:13:38 EDT 2009 Cole Robinson <crobinso@redhat.com>
|
||||||
|
|
||||||
|
* src/test.c: Fix test driver domain restore return value.
|
||||||
|
|
||||||
Fri Apr 3 10:02:57 EDT 2009 Cole Robinson <crobinso@redhat.com>
|
Fri Apr 3 10:02:57 EDT 2009 Cole Robinson <crobinso@redhat.com>
|
||||||
|
|
||||||
* src/storage_backend.c: Fix sparse volume allocation reporting.
|
* src/storage_backend.c: Fix sparse volume allocation reporting.
|
||||||
|
@ -1337,7 +1337,7 @@ static int testDomainRestore(virConnectPtr conn,
|
|||||||
event = virDomainEventNewFromObj(dom,
|
event = virDomainEventNewFromObj(dom,
|
||||||
VIR_DOMAIN_EVENT_STARTED,
|
VIR_DOMAIN_EVENT_STARTED,
|
||||||
VIR_DOMAIN_EVENT_STARTED_RESTORED);
|
VIR_DOMAIN_EVENT_STARTED_RESTORED);
|
||||||
ret = dom->def->id;
|
ret = 0;
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
virDomainDefFree(def);
|
virDomainDefFree(def);
|
||||||
|
Loading…
Reference in New Issue
Block a user