From 6103cb23e66d994333be2601723a7eb662e7d3c8 Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Mon, 8 Jul 2013 17:25:06 +0200 Subject: [PATCH] Allow people to login again. --- indra/llmessage/aicurltimer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llmessage/aicurltimer.cpp b/indra/llmessage/aicurltimer.cpp index 7c2e3dc51..50b721ec1 100644 --- a/indra/llmessage/aicurltimer.cpp +++ b/indra/llmessage/aicurltimer.cpp @@ -59,7 +59,7 @@ static U64 const NEVER = ((U64)1) << 60; // The year 36,560,871. //static F64 const AICurlTimer::sClockWidth_1ms = 1000.0 / calc_clock_frequency(); // Time between two clock ticks, in 1ms units. U64 AICurlTimer::sTime_1ms; // Time in 1ms units, set once per select() entry. -U64 AICurlTimer::sNextExpiration; +U64 AICurlTimer::sNextExpiration = NEVER; AICurlTimer::timer_list_type AICurlTimer::sTimerList; void AICurlTimer::create(deltams_type expiration, signal_type::slot_type const& slot)