mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 23:06:38 +02:00
core: restore signal "signal_sighup", and if eaten do not reload configuration
This commit is contained in:
@@ -5197,6 +5197,7 @@ void
|
||||
command_reload_files ()
|
||||
{
|
||||
struct t_config_file *ptr_config_file;
|
||||
|
||||
for (ptr_config_file = config_files; ptr_config_file;
|
||||
ptr_config_file = ptr_config_file->next_config)
|
||||
{
|
||||
@@ -5204,7 +5205,6 @@ command_reload_files ()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Callback for command "/reload": reloads a configuration file.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user