core: call the config hook when options are renamed

This commit is contained in:
Sébastien Helleu 2017-07-08 14:45:14 +02:00
parent 8fdd6164ef
commit f1cd765e1a

View File

@ -1692,6 +1692,8 @@ config_file_option_rename (struct t_config_option *option,
free (full_old_name);
if (full_new_name)
free (full_new_name);
config_file_hook_config_exec (option);
}
/*