diff options
| author | Xiaohong Bao <bao@lindenlab.com> | 2012-01-12 16:36:56 -0700 |
|---|---|---|
| committer | Xiaohong Bao <bao@lindenlab.com> | 2012-01-12 16:36:56 -0700 |
| commit | f082de03ff24ae8cc6a2de103bc643c392135742 (patch) | |
| tree | 31eae153f526b6fffc413c265acef36909415498 /indra/llmessage/lliopipe.cpp | |
| parent | 837e38d8195b2928648c9c383bea1b3f1cf68fa5 (diff) | |
fix for SH-2845, SH-2846, SH-2847, SH-2851: curl crashes and out-of-memory crashes.
Diffstat (limited to 'indra/llmessage/lliopipe.cpp')
| -rw-r--r-- | indra/llmessage/lliopipe.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/llmessage/lliopipe.cpp b/indra/llmessage/lliopipe.cpp index 6e4eec74a6..8f827f7a30 100644 --- a/indra/llmessage/lliopipe.cpp +++ b/indra/llmessage/lliopipe.cpp @@ -75,6 +75,12 @@ LLIOPipe::~LLIOPipe() //lldebugs << "destroying LLIOPipe" << llendl; } +//virtual +bool LLIOPipe::isValid() +{ + return true ; +} + // static std::string LLIOPipe::lookupStatusString(EStatus status) { |
