]> git.ipfire.org Git - thirdparty/libvirt.git/commit
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)
commit94410848e1b3c3353bcd776eea12f00e35075e2d
tree5ff850156618c910dfa72fb8cfb3da9a785bce4c
parentc33dae3175344f5e33a3a8eeff871369bf7bef09
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>
src/util/viruri.c