From 52333fc8307b13fa83683d239305765aa48dc35b Mon Sep 17 00:00:00 2001
From: Ryan Williams <rdw@lindenlab.com>
Date: Tue, 13 May 2008 21:07:14 +0000
Subject: svn merge -r87349:87423
 svn+ssh://svn.lindenlab.com/svn/linden/branches/escrow/liquid-banjo-03-merge
 release dataserver-is-deprecated

---
 indra/llmessage/llcurl.cpp | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'indra/llmessage')

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);
 	}
 }
-- 
cgit v1.2.3