diff options
author | Dave Houlton <euclid@lindenlab.com> | 2020-08-18 11:29:17 -0600 |
---|---|---|
committer | Dave Houlton <euclid@lindenlab.com> | 2020-08-18 11:29:17 -0600 |
commit | 9f0da75332fcbb1bc97812baf67900702d6ced85 (patch) | |
tree | 123671904c3b349b3f557483a4a98781ce03943a /indra/llmessage/llxfer.cpp | |
parent | 2c964e82f5ac42fbb86f551783dfb04fcdfaf460 (diff) | |
parent | e8b31d03b4f6f0ffb981b4ea150743daf7b4a958 (diff) |
Merge branch 'master' 6.4.8 into DRTVWR-497
Diffstat (limited to 'indra/llmessage/llxfer.cpp')
-rw-r--r-- | indra/llmessage/llxfer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llxfer.cpp b/indra/llmessage/llxfer.cpp index 32e0e2cc3b..93d5cfc131 100644 --- a/indra/llmessage/llxfer.cpp +++ b/indra/llmessage/llxfer.cpp @@ -319,7 +319,7 @@ S32 LLXfer::processEOF() if (mCallback) { - mCallback(mCallbackDataHandle,mCallbackResult,LL_EXSTAT_NONE); + mCallback(mCallbackDataHandle,mCallbackResult, LLExtStat::NONE); } return(retval); |