diff options
| author | Xiaohong Bao <bao@lindenlab.com> | 2011-02-23 13:48:35 -0700 |
|---|---|---|
| committer | Xiaohong Bao <bao@lindenlab.com> | 2011-02-23 13:48:35 -0700 |
| commit | 29415d140777a25704ac06973c6cf467c30c994b (patch) | |
| tree | 8ea879ff5b839b2894e332ed72ff9702784949a0 /indra/llplugin/llpluginprocesschild.cpp | |
| parent | 1f0cc074823b299ed77b3d6e90e4e8f4ea60415f (diff) | |
| parent | ef490e308ccce8e6df85144784a0f4580f5ac6a1 (diff) | |
Merge
Diffstat (limited to 'indra/llplugin/llpluginprocesschild.cpp')
| -rw-r--r-- | indra/llplugin/llpluginprocesschild.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llplugin/llpluginprocesschild.cpp b/indra/llplugin/llpluginprocesschild.cpp index 0beb46d0e5..a7cdf14f0d 100644 --- a/indra/llplugin/llpluginprocesschild.cpp +++ b/indra/llplugin/llpluginprocesschild.cpp @@ -40,7 +40,7 @@ LLPluginProcessChild::LLPluginProcessChild() { mState = STATE_UNINITIALIZED; mInstance = NULL; - mSocket = LLSocket::create(gAPRPoolp, LLSocket::STREAM_TCP); + mSocket = LLSocket::create(LLSocket::STREAM_TCP); mSleepTime = PLUGIN_IDLE_SECONDS; // default: send idle messages at 100Hz mCPUElapsed = 0.0f; mBlockingRequest = false; |
