Merge commit 'origin/master'
This commit is contained in:
commit
ae8b300164
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ cmd_reconfig(char *name, int type)
|
||||||
if (!unix_read_config(&conf, name))
|
if (!unix_read_config(&conf, name))
|
||||||
{
|
{
|
||||||
if (conf->err_msg)
|
if (conf->err_msg)
|
||||||
cli_msg(8002, "%s, line %d: %s", name, conf->err_lino, conf->err_msg);
|
cli_msg(8002, "%s, line %d: %s", conf->err_file_name, conf->err_lino, conf->err_msg);
|
||||||
else
|
else
|
||||||
cli_msg(8002, "%s: %m", name);
|
cli_msg(8002, "%s: %m", name);
|
||||||
config_free(conf);
|
config_free(conf);
|
||||||
|
|
Loading…
Reference in a new issue