mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
Fix typo s/virURIFormatQuery/virURIFormatParams/
This commit is contained in:
parent
7c5a0c94e4
commit
0ceced5868
@ -510,7 +510,7 @@ doRemoteOpen (virConnectPtr conn,
|
|||||||
} else {
|
} else {
|
||||||
virURI tmpuri = {
|
virURI tmpuri = {
|
||||||
.scheme = conn->uri->scheme,
|
.scheme = conn->uri->scheme,
|
||||||
.query = virURIFormatQuery(conn->uri),
|
.query = virURIFormatParams(conn->uri),
|
||||||
.path = conn->uri->path,
|
.path = conn->uri->path,
|
||||||
.fragment = conn->uri->fragment,
|
.fragment = conn->uri->fragment,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user