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:
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user