"retire" old configuration handling code

This commit is contained in:
Ian Barwick
2020-05-07 16:38:37 +09:00
parent 94fbf76b2e
commit 3dde8f1386
5 changed files with 237 additions and 237 deletions

View File

@@ -252,7 +252,7 @@ main(int argc, char **argv)
* locations). If no conifguration file is available, or it can't be parsed
* parse_config() will abort anyway, with an appropriate message.
*/
load_config(config_file, verbose, false, &config_file_options, argv[0]);
load_config(config_file, verbose, false, argv[0]);
/* Determine pid file location, unless --no-pid-file supplied */