#5 fix typo, look only 60 days into the past, not 22 years !

pull/32/head
Geoffrey Merck 4 years ago committed by GitHub
parent 2f7a5c196d
commit d4d152b9c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -131,7 +131,7 @@ public:
IRCDDBApp::IRCDDBApp(const std::string& u_chan)
: m_d(new IRCDDBAppPrivate)
, m_maxTime((time_t)time(0) - (time_t)(60 * 24 * 60 60)) // look 60 days in the past
, m_maxTime((time_t)time(0) - (time_t)(60 * 24 * 60 * 60)) // look 60 days in the past
{
m_d->m_sendQ = NULL;
m_d->m_initReady = false;

Loading…
Cancel
Save

Powered by TurnKey Linux.