From a5fc0da690ea62c3a76ca2cceaa2ab344a93fce3 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 27 Aug 2024 14:09:21 +0100 Subject: Fix the case of some InspIRCd class member variables. --- modules/httpd_stats.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/httpd_stats.cpp') diff --git a/modules/httpd_stats.cpp b/modules/httpd_stats.cpp index cc86c8830..3a3019fd4 100644 --- a/modules/httpd_stats.cpp +++ b/modules/httpd_stats.cpp @@ -172,7 +172,7 @@ namespace Stats .Attribute("opercount", ServerInstance->Users.all_opers.size()) .Attribute("socketcount", SocketEngine::GetUsedFds()) .Attribute("socketmax", SocketEngine::GetMaxFds()) - .Attribute("boottime", ServerInstance->startup_time) + .Attribute("boottime", ServerInstance->StartTime) .Attribute("currenttime", ServerInstance->Time()); ISupport(serializer); -- cgit v1.3.1-10-gc9f91