diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2012-06-26 22:27:24 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2012-06-26 22:27:24 -0600 |
commit | 0730b24d7cb0a0ce0d6d08bc4e98387124bf03d0 (patch) | |
tree | 06a5f163a40800f387f9b4a03b6b71e23d02b244 /indra/llmessage | |
parent | 74d4f8af01358c0975351f90f044c03bc9c50c4c (diff) |
fix merge conflicts: v-r to drano
Diffstat (limited to 'indra/llmessage')
-rw-r--r-- | indra/llmessage/llcurl.cpp | 12 |
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 |