mirror of https://gitee.com/openkylin/libvirt.git
lxc from native: removed now remaining useless line
This commit is contained in:
parent
760498fdc7
commit
7554a85be2
|
@ -900,7 +900,6 @@ lxcParseConfigString(const char *config)
|
|||
}
|
||||
|
||||
/* Loop over lxc.mount.entry to add filesystem devices for them */
|
||||
value = virConfGetValue(properties, "lxc.mount.entry");
|
||||
if (virConfWalk(properties, lxcFstabWalkCallback, vmdef) < 0)
|
||||
goto error;
|
||||
|
||||
|
|
Loading…
Reference in New Issue