mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Avoid "make syntax-check" failure.
* src/xen_unified.c: Remove trailing blank.
This commit is contained in:
parent
ea1c08e78d
commit
2fe1c38796
@ -1,3 +1,8 @@
|
|||||||
|
Tue Mar 18 23:31:26 CET 2008 Jim Meyering <meyering@redhat.com>
|
||||||
|
|
||||||
|
Avoid "make syntax-check" failure.
|
||||||
|
* src/xen_unified.c: Remove trailing blank.
|
||||||
|
|
||||||
Mon Mar 17 13:24:22 EDT 2008 Daniel P. Berrange <berrange@redhat.com>
|
Mon Mar 17 13:24:22 EDT 2008 Daniel P. Berrange <berrange@redhat.com>
|
||||||
|
|
||||||
* configure.in: Add WITH_PROXY to config.h file
|
* configure.in: Add WITH_PROXY to config.h file
|
||||||
@ -7,7 +12,7 @@ Mon Mar 17 13:24:22 EDT 2008 Daniel P. Berrange <berrange@redhat.com>
|
|||||||
rather than a hacked loop.
|
rather than a hacked loop.
|
||||||
* src/xend_internal.c: Don't complain about failing to open
|
* src/xend_internal.c: Don't complain about failing to open
|
||||||
xend when non-root read-only.
|
xend when non-root read-only.
|
||||||
|
|
||||||
Mon Mar 17 17:55:56 CET 2008 Jim Meyering <meyering@redhat.com>
|
Mon Mar 17 17:55:56 CET 2008 Jim Meyering <meyering@redhat.com>
|
||||||
|
|
||||||
Treat ENOTSUP like ENODATA, after failed fgetfilecon.
|
Treat ENOTSUP like ENODATA, after failed fgetfilecon.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* xen_unified.c: Unified Xen driver.
|
* xen_unified.c: Unified Xen driver.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007 Red Hat, Inc.
|
* Copyright (C) 2007, 2008 Red Hat, Inc.
|
||||||
*
|
*
|
||||||
* See COPYING.LIB for the License of this software
|
* See COPYING.LIB for the License of this software
|
||||||
*
|
*
|
||||||
@ -289,7 +289,7 @@ xenUnifiedOpen (virConnectPtr conn, xmlURIPtr uri, virConnectAuthPtr auth, int f
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* XenD is required to suceed if root.
|
/* XenD is required to suceed if root.
|
||||||
* If it fails as non-root, then the proxy driver may take over
|
* If it fails as non-root, then the proxy driver may take over
|
||||||
*/
|
*/
|
||||||
DEBUG0("Trying XenD sub-driver");
|
DEBUG0("Trying XenD sub-driver");
|
||||||
if (drivers[XEN_UNIFIED_XEND_OFFSET]->open(conn, uri, auth, flags) ==
|
if (drivers[XEN_UNIFIED_XEND_OFFSET]->open(conn, uri, auth, flags) ==
|
||||||
|
Loading…
Reference in New Issue
Block a user