diff options
author | Roxie Linden <roxie@lindenlab.com> | 2010-05-24 15:31:10 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2010-05-24 15:31:10 -0700 |
commit | a7d1c68c787fcccf888632b9787c4cc9b30393f7 (patch) | |
tree | 4743ef5af9d239a7a8243b6ca207e7c5335233a3 /indra/newview/llsechandler_basic.cpp | |
parent | 1ad46b5cd0fcac0d3224d37d555092258593eabd (diff) |
Fixup some certificate related unit tests
Diffstat (limited to 'indra/newview/llsechandler_basic.cpp')
-rw-r--r-- | indra/newview/llsechandler_basic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsechandler_basic.cpp b/indra/newview/llsechandler_basic.cpp index 84ab9b9175..a81cde3126 100644 --- a/indra/newview/llsechandler_basic.cpp +++ b/indra/newview/llsechandler_basic.cpp @@ -1153,7 +1153,7 @@ void LLBasicCertificateStore::validate(int validation_policy, previous_cert = (*current_cert); current_cert++; depth++; - if(current_cert != current_cert != cert_chain->end()) + if(current_cert != cert_chain->end()) { (*current_cert)->getLLSD(current_cert_info); } |