Commit 95e9c69b authored by Vysheng's avatar Vysheng

Fixed config search

parent bda16d36
...@@ -280,7 +280,7 @@ void parse_config_val (config_t *conf, char **s, char *param_name, const char *d ...@@ -280,7 +280,7 @@ void parse_config_val (config_t *conf, char **s, char *param_name, const char *d
} }
void parse_config (void) { void parse_config (void) {
config_filename = make_full_path (config_filename); //config_filename = make_full_path (config_filename);
config_t conf; config_t conf;
config_init (&conf); config_init (&conf);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment