diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmessage/message.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/linden/indra/llmessage/message.cpp b/linden/indra/llmessage/message.cpp index e2cd19b..d446730 100644 --- a/linden/indra/llmessage/message.cpp +++ b/linden/indra/llmessage/message.cpp | |||
@@ -1562,12 +1562,9 @@ U32 LLMessageSystem::getOurCircuitCode() | |||
1562 | return mOurCircuitCode; | 1562 | return mOurCircuitCode; |
1563 | } | 1563 | } |
1564 | 1564 | ||
1565 | LLString LLMessageSystem::getCircuitInfoString() | 1565 | void LLMessageSystem::getCircuitInfo(LLSD& info) const |
1566 | { | 1566 | { |
1567 | LLString info_string; | 1567 | mCircuitInfo.getInfo(info); |
1568 | |||
1569 | info_string += mCircuitInfo.getInfoString(); | ||
1570 | return info_string; | ||
1571 | } | 1568 | } |
1572 | 1569 | ||
1573 | // returns whether the given host is on a trusted circuit | 1570 | // returns whether the given host is on a trusted circuit |