summaryrefslogtreecommitdiff
path: root/indra/llmessage
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2011-02-16 15:35:05 -0500
committerNyx (Neal Orman) <nyx@lindenlab.com>2011-02-16 15:35:05 -0500
commit2d0f754b45a21f8e734fefb3f4b88ac65133d576 (patch)
treeebfa99054050907c559ee540b393090d08dba0bc /indra/llmessage
parentc10494e370f6399deea835964760628b14f7e299 (diff)
parent8bbbcd9c22010a259d42d23c517e04fe7afd41fd (diff)
merge
Diffstat (limited to 'indra/llmessage')
-rw-r--r--indra/llmessage/llcurl.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/llmessage/llcurl.cpp b/indra/llmessage/llcurl.cpp
index 2b9bfff536..b0f68df2e8 100644
--- a/indra/llmessage/llcurl.cpp
+++ b/indra/llmessage/llcurl.cpp
@@ -1199,10 +1199,7 @@ void LLCurl::cleanupClass()
Easy::sFreeHandles.clear();
- if (!Easy::sActiveHandles.empty())
- {
- llerrs << "CURL easy handles not cleaned up on shutdown!" << llendl;
- }
+ llassert(Easy::sActiveHandles.empty());
}
const unsigned int LLCurl::MAX_REDIRECTS = 5;