From 4743b23e5c15cd2a9cb86f857e1b7199533201bb Mon Sep 17 00:00:00 2001
From: Peter Powell
Date: Sun, 15 Oct 2017 02:15:35 +0100
Subject: Remove INSPIRCD_SOCKETENGINE_NAME and INSPIRCD_SYSTEM.
- INSPIRCD_SOCKETENGINE_NAME is not really something that needs to
be user facing. If opers want to know this kind of internal info
then they can look at the build configuration.
- INSPIRCD_SYSTEM causes problems for reproducible builds and is
only accurate for the state of the system when InspIRCd is built
which is not useful in the slightest.
---
src/modules/m_httpd_stats.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src/modules/m_httpd_stats.cpp')
diff --git a/src/modules/m_httpd_stats.cpp b/src/modules/m_httpd_stats.cpp
index 41d85a3b4..de5a61e4d 100644
--- a/src/modules/m_httpd_stats.cpp
+++ b/src/modules/m_httpd_stats.cpp
@@ -105,7 +105,7 @@ class ModuleHttpStats : public Module, public HTTPRequestEventListener
data << "" << ServerInstance->Users->GetUsers().size() << "";
data << "" << ServerInstance->GetChans().size() << "";
data << "" << ServerInstance->Users->all_opers.size() << "";
- data << "" << (SocketEngine::GetUsedFds()) << "" << SocketEngine::GetMaxFds() << "" INSPIRCD_SOCKETENGINE_NAME "";
+ data << "" << (SocketEngine::GetUsedFds()) << "" << SocketEngine::GetMaxFds() << "";
data << "" << ServerInstance->startup_time << "";
data << "";
--
cgit v1.3.1-10-gc9f91