Skip to content
Snippets Groups Projects
Commit e67d2bb5 authored by Tofu Linden's avatar Tofu Linden
Browse files

CID-110

Checker: MISSING_BREAK
Function: LLTransferSourceChannel::updateTransfers()
File: /indra/llmessage/lltransfermanager.cpp

not a bug, commented.
parent c84aa46a
No related branches found
No related tags found
No related merge requests found
...@@ -855,6 +855,7 @@ void LLTransferSourceChannel::updateTransfers() ...@@ -855,6 +855,7 @@ void LLTransferSourceChannel::updateTransfers()
break; break;
case LLTS_ERROR: case LLTS_ERROR:
llwarns << "Error in transfer dataCallback!" << llendl; llwarns << "Error in transfer dataCallback!" << llendl;
// fall through
case LLTS_DONE: case LLTS_DONE:
// We need to clean up this transfer source. // We need to clean up this transfer source.
//llinfos << "LLTransferSourceChannel::updateTransfers() " << tsp->getID() << " done" << llendl; //llinfos << "LLTransferSourceChannel::updateTransfers() " << tsp->getID() << " done" << llendl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment