diff options
| author | Rider Linden <rider@lindenlab.com> | 2016-06-23 15:08:18 -0700 | 
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2016-06-23 15:08:18 -0700 | 
| commit | c1a96e43200cc9f5aa1e90a7e52f6aba5d5b28fe (patch) | |
| tree | af0c0a0a2d1286bab5d1c258700844c724af6e9c /indra/newview | |
| parent | d5a9821d526f1da465ff4fd533893b127a350d85 (diff) | |
| parent | d161651cdb2ea8c3e73055cbf4a85510b8da56db (diff) | |
Merge
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;      } | 
