]> git.proxmox.com Git - mirror_lxc.git/commit
Fix mntflags initialization
authorJoerg Gollnick <code4lxc@wurzelbenutzer.de>
Sun, 16 Jan 2011 18:40:46 +0000 (19:40 +0100)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Sun, 16 Jan 2011 18:40:46 +0000 (19:40 +0100)
commit91656ce587b99ae193e5de7e12ec9d9a5a78caa0
treed9d4c77818687ec1066358310594ba49b7373792
parent2175f8936cc7c1e8cc451da040aa57d5dd6ad088
Fix mntflags initialization

Dear all,
while setting up a container on x86_64 (archlinux host/guest) I had trouble
with mounting dev/pts and others from container.fstab and a ssh login does not
work (only ssh container bash -i gives you a shell)
The cause is that conf.c does not initialize mntflags.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/conf.c