diff --git a/src/zm_config.cpp b/src/zm_config.cpp index 2f5851803..ddd3bcaa7 100644 --- a/src/zm_config.cpp +++ b/src/zm_config.cpp @@ -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