aboutsummaryrefslogtreecommitdiff
path: root/src/configreader.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-04-04 14:26:31 +0100
committerGravatar Sadie Powell2026-04-04 14:26:31 +0100
commit5269e1e4c4a44196839d57fa4e9833536672473a (patch)
tree2c7f0a560fcd4f37ef2e7f465ffa1cb651e31960 /src/configreader.cpp
parentRemove the remaining bits of stdalgo to utility/container. (diff)
Add an easier way to get the local Server* object.
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