summaryrefslogtreecommitdiff
path: root/indra/llmessage
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2012-06-26 22:27:24 -0600
committerXiaohong Bao <bao@lindenlab.com>2012-06-26 22:27:24 -0600
commit0730b24d7cb0a0ce0d6d08bc4e98387124bf03d0 (patch)
tree06a5f163a40800f387f9b4a03b6b71e23d02b244 /indra/llmessage
parent74d4f8af01358c0975351f90f044c03bc9c50c4c (diff)
fix merge conflicts: v-r to drano
Diffstat (limited to 'indra/llmessage')
-rw-r--r--indra/llmessage/llcurl.cpp12
1 files changed, 1 insertions, 11 deletions
diff --git a/indra/llmessage/llcurl.cpp b/indra/llmessage/llcurl.cpp
index 1b0f9437c9..b4ac984d57 100644
--- a/indra/llmessage/llcurl.cpp
+++ b/indra/llmessage/llcurl.cpp
@@ -990,18 +990,8 @@ void LLCurlThread::killMulti(LLCurl::Multi* multi)
return ;
}
-<<<<<<< local
- if(multi->isValid())
- {
- multi->markDead() ;
- }
- else
- {
- deleteMulti(multi) ;
- }
-=======
+
multi->markDead() ;
->>>>>>> other
}
//private