mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
272014632f
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
14 lines
331 B
Diff
14 lines
331 B
Diff
diff --git a/modules/certauth.cpp b/modules/certauth.cpp
|
|
index 61e5687..4857d59 100644
|
|
--- a/modules/certauth.cpp
|
|
+++ b/modules/certauth.cpp
|
|
@@ -204,7 +204,7 @@ public:
|
|
return;
|
|
}
|
|
|
|
- SCString::const_iterator it2 = it->second.begin();
|
|
+ SCString::iterator it2 = it->second.begin();
|
|
while (id > 1) {
|
|
++it2;
|
|
id--;
|