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

Failed to initialize a variable in changes last week.

Not caught by tests due to lack of -O2, we should add a buildbot for that..
This commit is contained in:
Bram Matthys
2019-07-01 07:40:49 +02:00
parent fea09b6659
commit 74cf811759
+1 -1
View File
@@ -427,7 +427,7 @@ int extcmode_default_requirehalfop(aClient *cptr, aChannel *chptr, char mode, ch
int module_has_extcmode_param_mode(Module *mod)
{
int i;
int i = 0;
while (i < EXTCMODETABLESZ)
{