summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indra/llcommon/llprocess.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llprocess.cpp b/indra/llcommon/llprocess.cpp
index add1649ba5..d6a5a18565 100644
--- a/indra/llcommon/llprocess.cpp
+++ b/indra/llcommon/llprocess.cpp
@@ -209,7 +209,7 @@ public:
mPipe(pipe),
// Essential to initialize our std::istream with our special streambuf!
mStream(&mStreambuf),
- mPump("ReadPipe"),
+ mPump("ReadPipe", true), // tweak name as needed to avoid collisions
// use funky syntax to call max() to avoid blighted max() macros
mLimit(npos)
{