Signed-off-by: Ferenc Wagner <wf...@niif.hu> --- src/lxc/conf.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/lxc/conf.c b/src/lxc/conf.c index 5968882..66c60a8 100644 --- a/src/lxc/conf.c +++ b/src/lxc/conf.c @@ -547,7 +547,7 @@ static int setup_rootfs_pivot_root(const char *rootfs, const char *pivotdir) if (!pivotdir) pivotdir = "mnt"; - /* create a default mountpoint if none specified */ + /* compute the full path to pivotdir under rootfs */ snprintf(path, sizeof(path), "%s/%s", rootfs, pivotdir); if (access(path, F_OK)) { -- 1.6.5 ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Lxc-devel mailing list Lxc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/lxc-devel