diff options
Diffstat (limited to 'linden/indra/llmessage/llhost.cpp')
-rw-r--r-- | linden/indra/llmessage/llhost.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llhost.cpp b/linden/indra/llmessage/llhost.cpp index c071063..c1ca4b0 100644 --- a/linden/indra/llmessage/llhost.cpp +++ b/linden/indra/llmessage/llhost.cpp | |||
@@ -87,7 +87,7 @@ void LLHost::getIPString(char* buffer, S32 length) const | |||
87 | 87 | ||
88 | std::string LLHost::getIPandPort() const | 88 | std::string LLHost::getIPandPort() const |
89 | { | 89 | { |
90 | char buffer[MAXADDRSTR + 1 + 5]; | 90 | char buffer[MAXADDRSTR + 1 + 5]; /*Flawfinder: ignore*/ |
91 | getString(buffer, sizeof(buffer)); | 91 | getString(buffer, sizeof(buffer)); |
92 | return buffer; | 92 | return buffer; |
93 | } | 93 | } |