提交 64f920d0 编写于 作者: C Cole Robinson

Fix p2p migration without a passed uri.

上级 48a7637d
...@@ -3217,7 +3217,7 @@ virDomainMigrate (virDomainPtr domain, ...@@ -3217,7 +3217,7 @@ virDomainMigrate (virDomainPtr domain,
char *dstURI = NULL; char *dstURI = NULL;
if (uri == NULL) { if (uri == NULL) {
dstURI = virConnectGetURI(dconn); dstURI = virConnectGetURI(dconn);
if (!uri) if (!dstURI)
return NULL; return NULL;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册