]> git.ipfire.org Git - thirdparty/libvirt.git/commit
driver: enforce a non-NULL URI scheme
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 9 Apr 2018 15:33:22 +0000 (16:33 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 12 Apr 2018 15:52:02 +0000 (16:52 +0100)
commit91dd1b0f02fbe57573209cdd6086423ed1496aec
tree9a816ed978117a887dd47e1cf6c5632d173e3b91
parent4c8574c85c554e68de0d8bf9b85727954a5bea91
driver: enforce a non-NULL URI scheme

Now that the legacy Xen driver has been dropped, we no longer need to
support URIs such as "/path/to/xend/socket", and so can mandate that a
URI scheme must always be present.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/libvirt.c
src/remote/remote_driver.c