mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
Merge commit 'origin/master'
This commit is contained in:
commit
ae8b300164
@ -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 New Issue
Block a user