diff options
| -rw-r--r-- | indra/llmessage/llcurl.cpp | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/indra/llmessage/llcurl.cpp b/indra/llmessage/llcurl.cpp index 1e735c4bbd..0735842dcd 100644 --- a/indra/llmessage/llcurl.cpp +++ b/indra/llmessage/llcurl.cpp @@ -683,7 +683,6 @@ void LLCurl::Multi::perform()  {  	if (mPerformState == PERFORM_STATE_READY)  	{ -		mPerformState = PERFORM_STATE_PERFORMING;  		mSignal->signal();  	}  } @@ -693,7 +692,7 @@ void LLCurl::Multi::run()  	while (!mQuitting)  	{  		mSignal->wait(); - +		mPerformState = PERFORM_STATE_PERFORMING;  		if (!mQuitting)  		{  			S32 q = 0; | 
