mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 08:13:14 +02:00
relay: remove warning on /reload of relay.conf when ports are defined
This commit is contained in:
@@ -462,7 +462,10 @@ relay_config_reload (void *data, struct t_config_file *config_file)
|
||||
/* make C compiler happy */
|
||||
(void) data;
|
||||
|
||||
return weechat_config_reload (config_file);
|
||||
weechat_config_section_free_options (relay_config_section_port);
|
||||
relay_server_free_all ();
|
||||
|
||||
return weechat_config_reload (config_file);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user