summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIma Mechanique <ima.mechanique@secondlife.com>2014-01-14 18:28:04 +0000
committerIma Mechanique <ima.mechanique@secondlife.com>2014-01-14 18:28:04 +0000
commit11f7dd8cc7516a75aaf012cc47b90d33c3289033 (patch)
tree7061fea0b9c8f04fba1b7446be1d06639191dc48
parent11beaee5667a35196a481e6e2543123c63843821 (diff)
Adding TODO for LLSD validating and version check, while I wait for some info on how to do it.
-rw-r--r--indra/newview/llsyntaxid.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llsyntaxid.cpp b/indra/newview/llsyntaxid.cpp
index 94226b82b1..2784939199 100644
--- a/indra/newview/llsyntaxid.cpp
+++ b/indra/newview/llsyntaxid.cpp
@@ -58,6 +58,8 @@ void fetchKeywordsFileResponder::errorWithContent(U32 status,
void fetchKeywordsFileResponder::result(const LLSD& content_ref)
{
+ // TODO check for llsd-lsl-syntax-version key and return if not present or not 1.
+
LLSyntaxIdLSL::setKeywordsXml(content_ref);
std::stringstream str;