[lxc-devel] [PATCH 3/3] Use correct parameter name (default_path instead of lxcpath)

S.Çağlar Onur caglar at 10ur.org
Tue Apr 30 18:55:05 UTC 2013


Signed-off-by: S.Çağlar Onur <caglar at 10ur.org>
---
 src/lxc/lxc_config.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lxc/lxc_config.c b/src/lxc/lxc_config.c
index a454e07..cf19c7b 100644
--- a/src/lxc/lxc_config.c
+++ b/src/lxc/lxc_config.c
@@ -9,7 +9,7 @@ struct lxc_config_items {
 
 struct lxc_config_items items[] =
 {
-	{ .name = "lxcpath", .fn = &lxc_get_default_config_path, },
+	{ .name = "default_path", .fn = &lxc_get_default_config_path, },
 	{ .name = "lvm_vg", .fn = &lxc_get_default_lvm_vg, },
 	{ .name = "zfsroot", .fn = &lxc_get_default_zfs_root, },
 	{ .name = NULL, },
-- 
1.8.1.2





More information about the lxc-devel mailing list