aboutsummaryrefslogtreecommitdiffstats
path: root/src/configreader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r--src/configreader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp
index a304aa5fc..06ece0591 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -772,7 +772,7 @@ void ConfigReaderThread::OnStop()
}
// The description of this server may have changed - update it for WHOIS etc.
- ServerInstance->FakeClient->server->description = Config->ServerDesc;
+ ServerInstance->LocalServer->description = Config->ServerDesc;
ServerInstance->Users.RehashServices();
try