diff options
Diffstat (limited to 'indra/llcommon/commoncontrol.cpp')
-rw-r--r-- | indra/llcommon/commoncontrol.cpp | 2 |
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; } |