[libvirt] [PATCHv2 3/6] Use virGetUninstalledDir() in src/lxc/lxc_conf.c

Daniel P. Berrange berrange at redhat.com
Thu Apr 24 13:48:14 UTC 2014


On Tue, Mar 25, 2014 at 01:53:13PM +0530, Nehal J Wani wrote:
> src/lxc/lxc_conf.c:
>    *Check if libvirtd is running uninstalled from a build tree and change
>     lxc_path accordingly
> 
> ---
>  src/lxc/lxc_conf.c |   19 +++++++++++++++++--
>  1 files changed, 17 insertions(+), 2 deletions(-)
> 
> diff --git a/src/lxc/lxc_conf.c b/src/lxc/lxc_conf.c
> index d4432cf..ad8f78a 100644
> --- a/src/lxc/lxc_conf.c
> +++ b/src/lxc/lxc_conf.c
> @@ -66,6 +66,8 @@ virCapsPtr virLXCDriverCapsInit(virLXCDriverPtr driver)
>      virCapsPtr caps;
>      virCapsGuestPtr guest;
>      virArch altArch;
> +    char *uninstalledDir = NULL;

Again should have been const.


ACK will fix that myself

Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list