Improve logging of configuration file operations

This commit is contained in:
Ian Barwick
2015-03-03 18:14:26 +09:00
parent 63b9254be4
commit 238fc589a1
2 changed files with 9 additions and 8 deletions

View File

@@ -46,7 +46,7 @@ parse_config(const char *config_file, t_configuration_options *options)
char config_file_buf[MAXLEN];
char name[MAXLEN];
char value[MAXLEN];
bool config_file_provided = true;
bool config_file_provided = false;
FILE *fp;
/* Sanity checks */