diff options
| author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-06-24 01:30:47 +0300 | 
|---|---|---|
| committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-06-24 01:30:47 +0300 | 
| commit | babbc9cf681de34d7647a6133fbecf28a1adb346 (patch) | |
| tree | e96f717eb746a08edab49a110c8a90604f14c5f2 /indra/newview | |
| parent | 1b9c4e259974c93e781038e1cbc8c0428b265600 (diff) | |
| parent | c1a96e43200cc9f5aa1e90a7e52f6aba5d5b28fe (diff) | |
Merged in lindenlab/viewer-bear
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llxmlrpclistener.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llxmlrpclistener.cpp b/indra/newview/llxmlrpclistener.cpp index 97a9eb7f5f..cc3645131d 100644 --- a/indra/newview/llxmlrpclistener.cpp +++ b/indra/newview/llxmlrpclistener.cpp @@ -322,7 +322,7 @@ public:          mBoundListener =              LLEventPumps::instance().              obtain("mainloop"). -            listen(LLEventPump::inventName(), boost::bind(&Poller::poll, this, _1)); +            listen(LLEventPump::ANONYMOUS, boost::bind(&Poller::poll, this, _1));          LL_INFOS("LLXMLRPCListener") << mMethod << " request sent to " << mUri << LL_ENDL;      } | 
