On Mon, Jul 21, 2008 at 10:38:04AM +0100, Daniel P. Berrange wrote:
On Mon, Jul 21, 2008 at 05:36:44AM -0400, Daniel Veillard wrote:
> I suggest the following
ACK.
> @@ -329,7 +329,8 @@ xenUnifiedOpen (virConnectPtr conn, xmlU
> }
> #else
> DEBUG0("Handing off for remote driver");
> - return VIR_DRV_OPEN_DECLINED; /* Let remote_driver try instead */
> + ret = VIR_DRV_OPEN_DECLINED; /* Let remote_driver try instead */
> + goto clean;
> #endif
Small whitespace bug there.
Seems my vim automatically starts to fill out with tabs for alignment ...
Okay, cleaned up and commited
Daniel
--
Red Hat Virtualization group
http://redhat.com/virtualization/
Daniel Veillard | virtualization library
http://libvirt.org/
veillard(a)redhat.com | libxml GNOME XML XSLT toolkit
http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine
http://rpmfind.net/