Don't need a variable can just pass the define
This commit is contained in:
parent
9f9b771d3f
commit
08aee63f66
|
@ -36,8 +36,7 @@
|
|||
void zmLoadConfig() {
|
||||
|
||||
// Process name, value pairs from the main config file first
|
||||
char configFile[PATH_MAX] = ZM_CONFIG;
|
||||
process_configfile(configFile);
|
||||
process_configfile(ZM_CONFIG);
|
||||
|
||||
// Search for user created config files. If one or more are found then
|
||||
// update the Config hash with those values
|
||||
|
|
Loading…
Reference in New Issue