mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
Fix typo in domain state constant
This commit is contained in:
parent
24cef5fdfd
commit
a211db1b8f
@ -1,3 +1,8 @@
|
||||
Tue Jul 8 18:47:56 BST 2008 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* src/xs_internal.c: Fix typo in domain state constant (Toth
|
||||
István)
|
||||
|
||||
Tue Jul 8 18:42:56 BST 2008 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* docs/drvqemu.html.in, docs/formatnetwork.html.in: Fix three
|
||||
|
@ -399,7 +399,7 @@ xenStoreGetDomainInfo(virDomainPtr domain, virDomainInfoPtr info)
|
||||
info->state = VIR_DOMAIN_RUNNING;
|
||||
free(tmp);
|
||||
} else {
|
||||
info->state = VIR_DOMAIN_NONE;
|
||||
info->state = VIR_DOMAIN_NOSTATE;
|
||||
}
|
||||
tmp = virDomainDoStoreQuery(domain->conn, domain->id, "memory/target");
|
||||
if (tmp != NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user