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/connflood.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/connflood.cpp') diff --git a/modules/connflood.cpp b/modules/connflood.cpp index 071618399..457a38223 100644 --- a/modules/connflood.cpp +++ b/modules/connflood.cpp @@ -77,7 +77,7 @@ public: return MOD_RES_PASSTHRU; time_t next = ServerInstance->Time(); - if ((time_t)(ServerInstance->startup_time + boot_wait) > next) + if ((time_t)(ServerInstance->StartTime + boot_wait) > next) return MOD_RES_PASSTHRU; /* time difference between first and latest connection */ -- cgit v1.3.1-10-gc9f91