]> xenbits.xensource.com Git - libvirt.git/commitdiff
s/xmlURIPtr/virURIPtr/ in virURIFormat impl
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 20 Mar 2012 13:37:55 +0000 (13:37 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 23 Mar 2012 12:59:21 +0000 (12:59 +0000)
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>
src/util/viruri.c

index 0b256793940bda29121f947d501a1773484c6d97..1d2dca4b39048c39d9f916a6f1af89a4cd8390f2 100644 (file)
@@ -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;