Merge branch 'master' of github.com:HazimGazov/Inertia

This commit is contained in:
phr0z3nt04st
2010-06-17 01:13:34 -05:00

View File

@@ -60,7 +60,7 @@ BOOL LLTemplateMessageReader::readMessage(const U8* data,class LLHost const &)
}
BOOL gValidateMessage = FALSE;
BOOL LLTemplateMessageReader::validateMessage(const U8*, S32 buffer_size, LLHost const &sender, bool trusted)
BOOL LLTemplateMessageReader::validateMessage(const U8*, S32 buffer_size, const LLHost& sender, bool trusted, BOOL custom)
{
return gValidateMessage;
}