mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
s/xmlURIPtr/virURIPtr/ in virURIFormat impl
The parameter in the virURIFormat impl mistakenly used the xmlURIPtr type, instead of virURIPtr. Since they will soon cease to be identical, this needs fixing Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
@@ -63,7 +63,7 @@ virURIParse(const char *uri)
|
||||
* @returns the constructed uri as a string
|
||||
*/
|
||||
char *
|
||||
virURIFormat(xmlURIPtr uri)
|
||||
virURIFormat(virURIPtr uri)
|
||||
{
|
||||
char *backupserver = NULL;
|
||||
char *tmpserver = NULL;
|
||||
|
||||
Reference in New Issue
Block a user