
16 Oct
2007
16 Oct
'07
6:25 a.m.
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