]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/lxc_start.c
fix container find the previously created configuration
authorDaniel Lezcano <daniel.lezcano@free.fr>
Tue, 17 Nov 2009 21:57:46 +0000 (22:57 +0100)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Tue, 17 Nov 2009 21:57:46 +0000 (22:57 +0100)
commit96c210bbbe1a6c0b06aa38ad1662620ac57bbe4a
treef6af1788f8999ef0db9ac6169998382d9135e924
parenta7856c55450b772f4b979b1158cb1433002084dd
fix container find the previously created configuration

The command specifies a configuration file => use it
The command does not specify a configuration but the container
was created before, use the configuration.
The command does not specify a configuration and the container
was not created before, use default.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/lxc_execute.c
src/lxc/lxc_start.c