]> git.ipfire.org Git - thirdparty/libvirt.git/commit
lxc_container: remove extra bool from lxcBasicMounts initialization v1.2.9-maint
authorYang hongyang <hongyang.yang@easystack.cn>
Sat, 25 Jun 2016 03:53:49 +0000 (11:53 +0800)
committerJán Tomko <jtomko@redhat.com>
Fri, 1 Jul 2016 08:16:30 +0000 (10:16 +0200)
commit4266e17d62c95f6dd72e84a628d239a53750fee1
treea7f2aac309dadde5c95d35175afef0c0457f1288
parentf32441c69bf450d6ac593c3acd621c37e120cdaf
lxc_container: remove extra bool from lxcBasicMounts initialization

Seems a backport miss. An extra member is passed to struct
virLXCBasicMountInfo.

Signed-off-by: Yang hongyang <hongyang.yang@easystack.cn>
Commit bda5f2b (a backport of commit 2471041) listed one more value
than the virLXCBasicMountInfo has here, because v1.2.9-maint does
not have the skipNoNetns bool (introduced by commit ba9b725 released
in 1.2.11).

Signed-off-by: Ján Tomko <jtomko@redhat.com>
src/lxc/lxc_container.c