diff options
author | James Cook <james@lindenlab.com> | 2009-12-08 17:16:34 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-12-08 17:16:34 -0800 |
commit | b93fb9f31954b4851a13bd3070661537f9359b00 (patch) | |
tree | b44fcf7e57fe517c9ea911b7b222a1a5a7dfb966 /indra/llcommon | |
parent | 8b514c721afd0934450242b367e836739f5abadf (diff) | |
parent | 423b943b4107993e87acf79ddf53bd6a649c4b3e (diff) |
Merge
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/lleventcoro.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/indra/llcommon/lleventcoro.h b/indra/llcommon/lleventcoro.h index c6d9de171d..1981ae7482 100644 --- a/indra/llcommon/lleventcoro.h +++ b/indra/llcommon/lleventcoro.h @@ -203,9 +203,12 @@ LLSD postAndWait(SELF& self, const LLSD& event, const LLEventPumpOrPumpName& req // request event. LLSD modevent(event); LLEventDetail::storeToLLSDPath(modevent, replyPumpNamePath, replyPump.getPump().getName()); - LL_DEBUGS("lleventcoro") << "postAndWait(): coroutine " << listenerName + LL_DEBUGS("lleventcoro") << "postAndWait(): coroutine " << listenerName << " posting to " << requestPump.getPump().getName() - << ": " << modevent << LL_ENDL; + << LL_ENDL; + + // *NOTE:Mani - Removed because modevent could contain user's hashed passwd. + // << ": " << modevent << LL_ENDL; requestPump.getPump().post(modevent); } LL_DEBUGS("lleventcoro") << "postAndWait(): coroutine " << listenerName |