You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
331 B

  1. diff --git a/modules/certauth.cpp b/modules/certauth.cpp
  2. index 61e5687..4857d59 100644
  3. --- a/modules/certauth.cpp
  4. +++ b/modules/certauth.cpp
  5. @@ -204,7 +204,7 @@ public:
  6. return;
  7. }
  8. - SCString::const_iterator it2 = it->second.begin();
  9. + SCString::iterator it2 = it->second.begin();
  10. while (id > 1) {
  11. ++it2;
  12. id--;