1
0
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:
Sébastien Helleu
2014-05-24 08:00:19 +02:00
parent 00179e6244
commit 3092c09bc9
2 changed files with 5 additions and 1 deletions
+4 -1
View File
@@ -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);
}
/*