提交 94410848 编写于 作者: D Daniel P. Berrange

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: NDaniel P. Berrange <berrange@redhat.com>
上级 c33dae31
...@@ -63,7 +63,7 @@ virURIParse(const char *uri) ...@@ -63,7 +63,7 @@ virURIParse(const char *uri)
* @returns the constructed uri as a string * @returns the constructed uri as a string
*/ */
char * char *
virURIFormat(xmlURIPtr uri) virURIFormat(virURIPtr uri)
{ {
char *backupserver = NULL; char *backupserver = NULL;
char *tmpserver = NULL; char *tmpserver = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册