]> jfr.im git - solanum.git/blobdiff - ircd/newconf.c
librb mbedTLS: der_pubkey is used out of scope
[solanum.git] / ircd / newconf.c
index b9a329c9c5dc2a720a7526c5bb796931a6d24312..22cc983beddbb88b948b1cca1dacd00b8086eea4 100644 (file)
@@ -2744,6 +2744,7 @@ static struct ConfEntry conf_channel_table[] =
        { "displayed_usercount",        CF_INT, NULL, 0, &ConfigChannel.displayed_usercount     },
        { "strip_topic_colors", CF_YESNO, NULL, 0, &ConfigChannel.strip_topic_colors    },
        { "opmod_send_statusmsg", CF_YESNO, NULL, 0, &ConfigChannel.opmod_send_statusmsg        },
+       { "ip_bans_through_vhost", CF_YESNO, NULL, 0, &ConfigChannel.ip_bans_through_vhost      },
        { "\0",                 0,        NULL, 0, NULL }
 };