
3 Feb
2012
3 Feb
'12
3:16 p.m.
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 code. --- src/lxc/lxc_container.c | 2 ++ src/lxc/lxc_controller.c | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-)
ACK & pushed. Michal