Re: [PATCH] core: Honor CLI arguments when config file is not found

2013-03-18 Thread Dan Williams
On Thu, 2013-01-31 at 17:36 -0600, Dan Williams wrote: On Tue, 2013-01-29 at 11:12 -0200, Jonh Wendell wrote: If the config file is not present, the Config object is returned empty, even if some configs were passed as command line arguments. This patch honor these arguments in that

Re: [PATCH] core: Honor CLI arguments when config file is not found

2013-01-31 Thread Dan Williams
On Tue, 2013-01-29 at 11:12 -0200, Jonh Wendell wrote: If the config file is not present, the Config object is returned empty, even if some configs were passed as command line arguments. This patch honor these arguments in that case. Signed-off-by: Jonh Wendell jonh.wend...@oiwifi.com.br

[PATCH] core: Honor CLI arguments when config file is not found

2013-01-29 Thread Jonh Wendell
If the config file is not present, the Config object is returned empty, even if some configs were passed as command line arguments. This patch honor these arguments in that case. Signed-off-by: Jonh Wendell jonh.wend...@oiwifi.com.br --- src/nm-config.c | 19 +++ 1 file