sorta works
This commit is contained in:
parent
59f81d9eb4
commit
61cecbd7ee
7 changed files with 187 additions and 36 deletions
|
|
@ -15,5 +15,5 @@ static int dumper(void* user, const char* section, const char* name, const char*
|
|||
}
|
||||
|
||||
void parse_config(void) {
|
||||
ini_parse(CONFDIR "/mdm/mdmrc", dumper, NULL);
|
||||
ini_parse(SYSCONFDIR "/mdm/mdmrc", dumper, NULL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue