summaryrefslogtreecommitdiff
path: root/src/configreader.cpp
diff options
context:
space:
mode:
authorDaniel Vassdal <shutter@canternet.org>2013-07-01 12:31:36 -0700
committerDaniel Vassdal <shutter@canternet.org>2013-07-02 10:55:51 -0700
commit3ae91bafe711b26ffae1aa27cfd4f5fe7bfc2347 (patch)
tree2bf6f811b277b633fedc0ba2abdee2886183bea8 /src/configreader.cpp
parentf2cdf27dd9c45f91f4184b81ea3b9be7c5d88173 (diff)
Allow for skipping clone checking before DNS is complete.
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r--src/configreader.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp
index 427bc79bf..31287b396 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -387,6 +387,7 @@ void ServerConfig::Fill()
SuffixPart = options->getString("suffixpart");
FixedPart = options->getString("fixedpart");
SoftLimit = ConfValue("performance")->getInt("softlimit", ServerInstance->SE->GetMaxFds());
+ CCOnConnect = ConfValue("performance")->getBool("clonesonconnect", true);
MaxConn = ConfValue("performance")->getInt("somaxconn", SOMAXCONN);
MoronBanner = options->getString("moronbanner", "You're banned!");
ServerDesc = ConfValue("server")->getString("description", "Configure Me");