aboutsummaryrefslogtreecommitdiffstats
path: root/src/x509cert.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/x509cert.cpp')
-rw-r--r--src/x509cert.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x509cert.cpp b/src/x509cert.cpp
index f5a3eae99..3ea9cc833 100644
--- a/src/x509cert.cpp
+++ b/src/x509cert.cpp
@@ -335,7 +335,7 @@ AlternativeName create_alt_name(const Data_Store& info)
public:
bool operator()(const std::string& key, const std::string&) const
{
- for(u32bit j = 0; j != matches.size(); j++)
+ for(u32bit j = 0; j != matches.size(); ++j)
if(key.compare(matches[j]) == 0)
return true;
return false;