]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fixed connection definition for non-SELinux builds
authorMartin Kletzander <mkletzan@redhat.com>
Fri, 3 Feb 2012 15:03:18 +0000 (16:03 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 3 Feb 2012 15:13:45 +0000 (16:13 +0100)
commit32f881c6c42f94da70a3782fe20a058fe3dc39cc
treef684b0c94a136ea3d562a0194aca4b80576f7dd5
parent3d93706d0d440ec1751d4465a65f1ccd978f9f71
Fixed connection definition for non-SELinux builds

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
src/lxc/lxc_controller.c