1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 13:43:12 +02:00

Fix the config parser using int for values that can not be negative.

This commit is contained in:
Sadie Powell
2026-06-08 15:41:00 +01:00
parent 90da25f84f
commit a861a059f6
5 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -634,7 +634,7 @@ public:
{
const Anope::string &cname = it->first;
LDAPService *s = it->second;
int i;
size_t i;
++it;