diff options
Diffstat (limited to 'src/userprocess.cpp')
| -rw-r--r-- | src/userprocess.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userprocess.cpp b/src/userprocess.cpp index 9239d752e..c5ce39c5b 100644 --- a/src/userprocess.cpp +++ b/src/userprocess.cpp @@ -79,7 +79,7 @@ void InspIRCd::DoBackgroundUserStuff() break; } - if (curr->registered != REG_ALL && (Time() > (curr->age + curr->MyClass->registration_timeout))) + if (curr->registered != REG_ALL && (Time() > (time_t)(curr->age + curr->MyClass->registration_timeout))) { /* * registration timeout -- didnt send USER/NICK/HOST |
