Allow clearing general::kline_reason via a rehash.
This commit is contained in:
parent
18c12212b7
commit
4f2b6c0b38
|
@ -1231,6 +1231,9 @@ clear_out_old_conf(void)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* clean out general */
|
/* clean out general */
|
||||||
|
rb_free(ConfigFileEntry.kline_reason);
|
||||||
|
ConfigFileEntry.kline_reason = NULL;
|
||||||
|
|
||||||
RB_DLINK_FOREACH_SAFE(ptr, next_ptr, service_list.head)
|
RB_DLINK_FOREACH_SAFE(ptr, next_ptr, service_list.head)
|
||||||
{
|
{
|
||||||
rb_free(ptr->data);
|
rb_free(ptr->data);
|
||||||
|
|
Loading…
Reference in New Issue