#5 do not look like 22 years in the past !

pull/32/head
Geoffrey Merck 4 years ago committed by GitHub
parent 12b0d03765
commit 2f7a5c196d
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) IRCDDBApp::IRCDDBApp(const std::string& u_chan)
: m_d(new IRCDDBAppPrivate) : m_d(new IRCDDBAppPrivate)
, m_maxTime((time_t)950000000) //februray 2000 , 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_sendQ = NULL;
m_d->m_initReady = false; m_d->m_initReady = false;

Loading…
Cancel
Save

Powered by TurnKey Linux.