mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
API: virDomainLookupByID: s/UUId/UUID/
Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Pino Toscano <ptoscano@redhat.com>
This commit is contained in:
parent
704c6c1a39
commit
324ce49d2c
@ -284,7 +284,7 @@ virDomainCreateLinux(virConnectPtr conn, const char *xmlDesc,
|
||||
*
|
||||
* Try to find a domain based on the hypervisor ID number
|
||||
* Note that this won't work for inactive domains which have an ID of -1,
|
||||
* in that case a lookup based on the Name or UUId need to be done instead.
|
||||
* in that case a lookup based on the Name or UUID need to be done instead.
|
||||
*
|
||||
* virDomainFree should be used to free the resources after the
|
||||
* domain object is no longer needed.
|
||||
|
Loading…
Reference in New Issue
Block a user