]> jfr.im git - solanum.git/blobdiff - ircd/s_newconf.c
librb mbedTLS: der_pubkey is used out of scope
[solanum.git] / ircd / s_newconf.c
index 253b869d317deabbb627bc7c11ed47a9a489ad1c..8fc86af58d9b25017c0f55c0bbd5f668ae7936d8 100644 (file)
@@ -48,7 +48,6 @@
 
 rb_dlink_list cluster_conf_list;
 rb_dlink_list oper_conf_list;
-rb_dlink_list hubleaf_conf_list;
 rb_dlink_list server_conf_list;
 rb_dlink_list xline_conf_list;
 rb_dlink_list resv_conf_list;  /* nicks only! */
@@ -87,12 +86,6 @@ clear_s_newconf(void)
                free_remote_conf(ptr->data);
        }
 
-       RB_DLINK_FOREACH_SAFE(ptr, next_ptr, hubleaf_conf_list.head)
-       {
-               rb_dlinkDelete(ptr, &hubleaf_conf_list);
-               free_remote_conf(ptr->data);
-       }
-
        RB_DLINK_FOREACH_SAFE(ptr, next_ptr, oper_conf_list.head)
        {
                free_oper_conf(ptr->data);