summaryrefslogtreecommitdiff
path: root/indra/llcommon/commoncontrol.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2022-06-09 17:04:26 -0400
committerNat Goodspeed <nat@lindenlab.com>2022-06-09 17:04:26 -0400
commit64209ddeeafd944f82da6f13a6e790f9b542b3ff (patch)
tree2fbbd95bc513209be558b2e92aee0a9058a1bee4 /indra/llcommon/commoncontrol.cpp
parent1e28b8d992e6f24f85fde5c86bf9824bf7c7d277 (diff)
SL-17483: Add integration test for CommonControl
and for LLViewerControlListener, to which it talks. Fix glitches detected by the tests.
Diffstat (limited to 'indra/llcommon/commoncontrol.cpp')
-rw-r--r--indra/llcommon/commoncontrol.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/commoncontrol.cpp b/indra/llcommon/commoncontrol.cpp
index 2c2a2abeb0..81e66baf8c 100644
--- a/indra/llcommon/commoncontrol.cpp
+++ b/indra/llcommon/commoncontrol.cpp
@@ -51,6 +51,8 @@ LLSD LL::CommonControl::access(const LLSD& params)
{
LLTHROW(ParamError(error));
}
+ response.erase("error");
+ response.erase("reqid");
return response;
}