Snowgobe 1.4.2 to 1.5.0 patch part 1 (no rejects)
This commit is contained in:
@@ -46,7 +46,7 @@ void LLCurl::Responder::completed(U32 status, std::basic_string<char, std::char_
|
||||
}
|
||||
else
|
||||
{
|
||||
error(status, reason, mContent);
|
||||
errorWithContent(status, reason, mContent);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -63,7 +63,7 @@ void LLCurl::Responder::completedRaw(unsigned,
|
||||
{
|
||||
}
|
||||
|
||||
void LLCurl::Responder::error(unsigned,
|
||||
void LLCurl::Responder::errorWithContent(unsigned,
|
||||
std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&,
|
||||
LLSD const&)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user