aboutsummaryrefslogtreecommitdiffstats
path: root/src/configreader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r--src/configreader.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp
index 06ece0591..165bfa513 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -443,7 +443,6 @@ void ServerConfig::Apply(const std::unique_ptr<ServerConfig>& old, const std::st
* These values can only be set on boot. Keep their old values. Do it before we send messages so we actually have a servername.
*/
this->CaseMapping = old->CaseMapping;
- this->CommandLine = old->CommandLine;
this->ServerId = old->ServerId;
this->ServerName = old->ServerName;
}