Make default virtual host work for .12, and make IPv4-only
[ircu2.10.12-pk.git] / ircd / ircd_features.c
index 6a8f31b6365f9d7a5f1b67966f99da8e06a3db44..5a80dcda675b04a18a2698b5042d59b45250f233 100644 (file)
@@ -285,7 +285,6 @@ static struct FeatureDesc {
   F_S(PPATH, FEAT_CASE | FEAT_MYOPER | FEAT_READ, "ircd.pid", 0),
 
   /* Networking features */
-  F_B(VIRTUAL_HOST, 0, 0, 0),
   F_I(TOS_SERVER, 0, 0x08, 0),
   F_I(TOS_CLIENT, 0, 0x08, 0),
   F_I(POLLS_PER_LOOP, 0, 200, 0),
@@ -713,7 +712,7 @@ feature_init(void)
 
 /* report all F-lines */
 void
-feature_report(struct Client* to, struct StatDesc* sd, int stat, char* param)
+feature_report(struct Client* to, const struct StatDesc* sd, char* param)
 {
   int i;