diff options
author | David Walter Seikel | 2012-03-20 22:27:09 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-03-20 22:27:09 +1000 |
commit | 23e81a5276878e5f3cad03750b4c0a24a1aaa4d6 (patch) | |
tree | 06af90329a1e34847859e188b678abbfada87a68 /linden | |
parent | Fix up the missing default colour. (diff) | |
download | meta-impy-23e81a5276878e5f3cad03750b4c0a24a1aaa4d6.zip meta-impy-23e81a5276878e5f3cad03750b4c0a24a1aaa4d6.tar.gz meta-impy-23e81a5276878e5f3cad03750b4c0a24a1aaa4d6.tar.bz2 meta-impy-23e81a5276878e5f3cad03750b4c0a24a1aaa4d6.tar.xz |
Remove a duplicate return statement. Thanks to Nicky Perian for pointing this out.
Diffstat (limited to 'linden')
-rw-r--r-- | linden/indra/llmessage/llblowfishcipher.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llblowfishcipher.cpp b/linden/indra/llmessage/llblowfishcipher.cpp index e9d4a7c..3eebfad 100644 --- a/linden/indra/llmessage/llblowfishcipher.cpp +++ b/linden/indra/llmessage/llblowfishcipher.cpp | |||
@@ -167,7 +167,6 @@ U32 LLBlowfishCipher::decrypt(const U8* src, U32 src_len, U8* dst, U32 dst_len) | |||
167 | ERROR: | 167 | ERROR: |
168 | EVP_CIPHER_CTX_cleanup(&context); | 168 | EVP_CIPHER_CTX_cleanup(&context); |
169 | return 0; | 169 | return 0; |
170 | return 0; | ||
171 | } | 170 | } |
172 | 171 | ||
173 | // virtual | 172 | // virtual |