summaryrefslogtreecommitdiffstats
path: root/m_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'm_config.c')
-rw-r--r--m_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/m_config.c b/m_config.c
index abaf2b9cf0..06f32fc400 100644
--- a/m_config.c
+++ b/m_config.c
@@ -239,7 +239,7 @@ m_config_parse_option(m_config_t *config, char* arg, char* param,int set) {
char** lst = NULL;
int i,sr;
// Parse the child options
- r = m_option_parse(co->opt,arg,param,&lst,config->mode);
+ r = m_option_parse(co->opt,arg,param,&lst,M_COMMAND_LINE);
// Set them now
if(r >= 0)
for(i = 0 ; lst && lst[2*i] ; i++) {