mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 23:37:42 +00:00
Fix p2p migration without a passed uri.
This commit is contained in:
parent
48a7637d9f
commit
64f920d056
@ -3217,7 +3217,7 @@ virDomainMigrate (virDomainPtr domain,
|
||||
char *dstURI = NULL;
|
||||
if (uri == NULL) {
|
||||
dstURI = virConnectGetURI(dconn);
|
||||
if (!uri)
|
||||
if (!dstURI)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user