aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_httpd_stats.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-02-28 16:32:27 +0000
committerGravatar Sadie Powell2023-02-28 16:32:27 +0000
commit166a47ac68ab571ca1aacaaf8c0edfff26f8d59e (patch)
tree8547b7d9652b66cd51425b6c9474f4148db489b1 /src/modules/m_httpd_stats.cpp
parentRemove an unnecessary function call in the pbkdf2 module. (diff)
Remove GetSID, rename sid to ServerId.
Diffstat (limited to 'src/modules/m_httpd_stats.cpp')
-rw-r--r--src/modules/m_httpd_stats.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_httpd_stats.cpp b/src/modules/m_httpd_stats.cpp
index fcc0e65d7..d160386ab 100644
--- a/src/modules/m_httpd_stats.cpp
+++ b/src/modules/m_httpd_stats.cpp
@@ -140,7 +140,7 @@ namespace Stats
void ServerInfo(XMLSerializer& serializer)
{
serializer.BeginBlock("server")
- .Attribute("id", ServerInstance->Config->GetSID())
+ .Attribute("id", ServerInstance->Config->ServerId)
.Attribute("name", ServerInstance->Config->ServerName)
.Attribute("description", ServerInstance->Config->ServerDesc)
.Attribute("customversion", ServerInstance->Config->CustomVersion)