[libvirt] [PATCH] lxc from native: removed now remaining useless line

Cédric Bosdonnat cbosdonnat at suse.com
Thu Feb 13 12:45:44 UTC 2014


---
 src/lxc/lxc_native.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lxc/lxc_native.c b/src/lxc/lxc_native.c
index ee07635..2cf479d 100644
--- a/src/lxc/lxc_native.c
+++ b/src/lxc/lxc_native.c
@@ -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;
 
-- 
1.8.5.2




More information about the libvir-list mailing list