Fixed crash when clientprefs saw disconnect from 64th client (bug 3821, r=pred).
This commit is contained in:
parent
6a24b049cb
commit
eb64e66e9f
@ -139,7 +139,7 @@ public:
|
||||
|
||||
private:
|
||||
KTrie<Cookie *> cookieTrie;
|
||||
SourceHook::List<CookieData *> clientData[MAXCLIENTS];
|
||||
SourceHook::List<CookieData *> clientData[MAXCLIENTS+1];
|
||||
|
||||
bool connected[MAXCLIENTS+1];
|
||||
bool statsLoaded[MAXCLIENTS+1];
|
||||
|
Loading…
Reference in New Issue
Block a user