diff options
Diffstat (limited to 'modules/connflood.cpp')
| -rw-r--r-- | modules/connflood.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
