summaryrefslogtreecommitdiff
path: root/indra/newview/llsechandler_basic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llsechandler_basic.cpp')
-rw-r--r--indra/newview/llsechandler_basic.cpp2
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);
}