aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/lliosocket.cpp
diff options
context:
space:
mode:
authorunknown2008-12-29 17:53:13 -0700
committerunknown2008-12-29 17:53:13 -0700
commit78fb2791164591a3b7f853267370e85ee7857d4a (patch)
tree92a879624655a2143e85a85c3a34e43b2329501b /linden/indra/llmessage/lliosocket.cpp
parent1.1 wip copy (diff)
downloadmeta-impy-78fb2791164591a3b7f853267370e85ee7857d4a.zip
meta-impy-78fb2791164591a3b7f853267370e85ee7857d4a.tar.gz
meta-impy-78fb2791164591a3b7f853267370e85ee7857d4a.tar.bz2
meta-impy-78fb2791164591a3b7f853267370e85ee7857d4a.tar.xz
Added inventory changes for one method of inventory loss and upcoming new inv capabilities
Diffstat (limited to 'linden/indra/llmessage/lliosocket.cpp')
-rw-r--r--linden/indra/llmessage/lliosocket.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/llmessage/lliosocket.cpp b/linden/indra/llmessage/lliosocket.cpp
index dec83b0..28fee37 100644
--- a/linden/indra/llmessage/lliosocket.cpp
+++ b/linden/indra/llmessage/lliosocket.cpp
@@ -355,8 +355,11 @@ LLIOPipe::EStatus LLIOSocketReader::process_impl(
355 } 355 }
356 else if(APR_STATUS_IS_EAGAIN(status)) 356 else if(APR_STATUS_IS_EAGAIN(status))
357 { 357 {
358/*Commented out by Aura 9-9-8 for DEV-19961.
358 // everything is fine, but we can terminate this process pump. 359 // everything is fine, but we can terminate this process pump.
360
359 rv = STATUS_BREAK; 361 rv = STATUS_BREAK;
362*/
360 } 363 }
361 else 364 else
362 { 365 {