Don't need a variable can just pass the define

This commit is contained in:
Isaac Connor 2020-08-22 11:36:07 -04:00
parent 9f9b771d3f
commit 08aee63f66
1 changed files with 1 additions and 2 deletions

View File

@ -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