summaryrefslogtreecommitdiff
path: root/indra/llmessage/llcurl.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-08-02 12:47:35 -0500
committerDave Parks <davep@lindenlab.com>2011-08-02 12:47:35 -0500
commit9883c33993f7a548c876b43494ffd5835473a211 (patch)
tree0a06da39d1508d29bce0b69007a3b7bc54eddfcd /indra/llmessage/llcurl.h
parentaa0e35142a35d293acc439e3194260bb4468e728 (diff)
SH-2183 Thread local storage initialization is unreliable.
Diffstat (limited to 'indra/llmessage/llcurl.h')
-rw-r--r--indra/llmessage/llcurl.h2
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
{