diff options
Diffstat (limited to 'indra/llmessage')
-rw-r--r-- | indra/llmessage/llcurl.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llmessage/llcurl.cpp b/indra/llmessage/llcurl.cpp index 193cc0d4a8..72fb49dd06 100644 --- a/indra/llmessage/llcurl.cpp +++ b/indra/llmessage/llcurl.cpp @@ -167,6 +167,9 @@ void LLCurl::Responder::completed(U32 status, const std::string& reason, const L } else { + // *NOTE: This is kind of messed up. This should probably call + // the full error method which then provides a default impl + // which calls the thinner method. error(status, reason); } } |