diff options
| -rw-r--r-- | indra/llmessage/llcoproceduremanager.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llmessage/llcoproceduremanager.cpp b/indra/llmessage/llcoproceduremanager.cpp index 4168e0c67b..210b83ae2d 100644 --- a/indra/llmessage/llcoproceduremanager.cpp +++ b/indra/llmessage/llcoproceduremanager.cpp @@ -342,10 +342,10 @@ void LLCoprocedurePool::coprocedureInvokerCoro(      CoprocQueuePtr pendingCoprocs,      LLCoreHttpUtil::HttpCoroutineAdapter::ptr_t httpAdapter)  { -    QueuedCoproc::ptr_t coproc; -    boost::fibers::channel_op_status status;      for (;;)      { +        QueuedCoproc::ptr_t coproc; +        boost::fibers::channel_op_status status;          {              LLCoros::TempStatus st("waiting for work for 10s");              status = pendingCoprocs->pop_wait_for(coproc, std::chrono::seconds(10));  | 
