aboutsummaryrefslogtreecommitdiff
path: root/modules/httpd_stats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/httpd_stats.cpp')
-rw-r--r--modules/httpd_stats.cpp2
1 files changed, 1 insertions, 1 deletions
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);