diff --git a/src/remote/remote_driver.c b/src/remote/remote_driver.c index 11ee606f6b..3c36f26608 100644 --- a/src/remote/remote_driver.c +++ b/src/remote/remote_driver.c @@ -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, };