[Libvir] [PATCH] parse URI once in src/libvirt.c, pass parsed URI to all drivers

Richard W.M. Jones rjones at redhat.com
Tue Oct 16 10:25:57 UTC 2007


Sorry, I got a test backwards in that patch.  This part of the patch was 
wrong:

-    if (!uri->scheme && name[0] != '/') {
-        xmlFreeURI(uri);
+    if (!uri->scheme || !uri->path || uri->path[0] != '/')
          return VIR_DRV_OPEN_DECLINED;
-    }

Attached is an updated patch which just fixes that test.

Rich.

-- 
Emerging Technologies, Red Hat - http://et.redhat.com/~rjones/
Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod
Street, Windsor, Berkshire, SL4 1TE, United Kingdom.  Registered in
England and Wales under Company Registration No. 03798903
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libvirt-driver-uri-2.patch
Type: text/x-patch
Size: 27290 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20071016/327bbc25/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3237 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20071016/327bbc25/attachment-0003.bin>


More information about the libvir-list mailing list