summaryrefslogtreecommitdiff
path: root/indra/test/llhttpnode_tut.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/test/llhttpnode_tut.cpp')
-rw-r--r--indra/test/llhttpnode_tut.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/test/llhttpnode_tut.cpp b/indra/test/llhttpnode_tut.cpp
index d580263103..c528a34129 100644
--- a/indra/test/llhttpnode_tut.cpp
+++ b/indra/test/llhttpnode_tut.cpp
@@ -44,7 +44,7 @@ namespace tut
std::ostringstream pathOutput;
bool addSlash = false;
- LLSD& remainder = mContext["request"]["remainder"];
+ LLSD& remainder = mContext[CONTEXT_REQUEST]["remainder"];
for (LLSD::array_const_iterator i = remainder.beginArray();
i != remainder.endArray();
++i)