mirror of https://gitee.com/openkylin/libvirt.git
Fix typo s/virURIFormatQuery/virURIFormatParams/
This commit is contained in:
parent
7c5a0c94e4
commit
0ceced5868
|
@ -510,7 +510,7 @@ doRemoteOpen (virConnectPtr conn,
|
|||
} else {
|
||||
virURI tmpuri = {
|
||||
.scheme = conn->uri->scheme,
|
||||
.query = virURIFormatQuery(conn->uri),
|
||||
.query = virURIFormatParams(conn->uri),
|
||||
.path = conn->uri->path,
|
||||
.fragment = conn->uri->fragment,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue