diff options
author | Dave Parks <davep@lindenlab.com> | 2011-08-02 12:47:35 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-08-02 12:47:35 -0500 |
commit | 9883c33993f7a548c876b43494ffd5835473a211 (patch) | |
tree | 0a06da39d1508d29bce0b69007a3b7bc54eddfcd /indra/llmessage/llcurl.h | |
parent | aa0e35142a35d293acc439e3194260bb4468e728 (diff) |
SH-2183 Thread local storage initialization is unreliable.
Diffstat (limited to 'indra/llmessage/llcurl.h')
-rw-r--r-- | indra/llmessage/llcurl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llcurl.h b/indra/llmessage/llcurl.h index 52810bac73..f7518c8e5c 100644 --- a/indra/llmessage/llcurl.h +++ b/indra/llmessage/llcurl.h @@ -56,7 +56,7 @@ public: class Easy; class Multi; - static bool ll_thread_local sMultiThreaded; + static bool sMultiThreaded; struct TransferInfo { |