[libvirt] [PATCH] Fixed connection definition for non-SELinux builds

2012-02-03 Thread Martin Kletzander
This patch fixes the access of variable con in two files where the variable was declared only on SELinux builds and thus the build failed without SELinux. It's a rather nasty fix but helps fix the build quickly and without any major changes to the code. --- src/lxc/lxc_container.c |2 ++

Re: [libvirt] [PATCH] Fixed connection definition for non-SELinux builds

2012-02-03 Thread Michal Privoznik
On 03.02.2012 16:03, Martin Kletzander wrote: This patch fixes the access of variable con in two files where the variable was declared only on SELinux builds and thus the build failed without SELinux. It's a rather nasty fix but helps fix the build quickly and without any major changes to the

Re: [libvirt] [PATCH] Fixed connection definition for non-SELinux builds

2012-02-03 Thread Eric Blake
On 02/03/2012 08:03 AM, Martin Kletzander wrote: This patch fixes the access of variable con in two files where the variable was declared only on SELinux builds and thus the build failed without SELinux. It's a rather nasty fix but helps fix the build quickly and without any major changes to