From 6ef0069cd6c3dcbe1d5012f5a1ca9c67e39a67b2 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Wed, 3 Jun 2015 09:59:20 +0200 Subject: [PATCH] secure by default: set::oper-only-stats now defaults to "*" --- src/s_conf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/s_conf.c b/src/s_conf.c index 2cf7a0648..be95cfffc 100644 --- a/src/s_conf.c +++ b/src/s_conf.c @@ -1515,6 +1515,7 @@ void config_setdefaultsettings(aConfiguration *i) #endif /* INET6 */ i->nicklen = NICKLEN; i->link_bindip = strdup("*"); + i->oper_only_stats = strdup("*"); } /* 1: needed for set::options::allow-part-if-shunned,