fix extauth crash with /msg neostats access
This commit is contained in:
parent
76be04aa37
commit
860f43626b
2 changed files with 1 additions and 5 deletions
4
TODO
4
TODO
|
@ -4,14 +4,10 @@ NeoStats - TODO Log:
|
|||
http://bugs.neostats.net)
|
||||
|
||||
|
||||
/msg neostats access - causes segv
|
||||
<StatServ> rollergirl.sg.as.irc-chat.net is lagged out with a ping of 1123867742
|
||||
|
||||
=FloodServ= HOST: - default host is always empty
|
||||
|
||||
unloading connectserv segv's neostats
|
||||
|
||||
My NeoStats is using 29Mb of memory on 150 users.... most modules loaded. Valgrind is overdue
|
||||
just to check memory allocations
|
||||
|
||||
hostserv unet style vhosts is broken?
|
||||
|
|
|
@ -89,7 +89,7 @@ static hash_t *accesshash;
|
|||
/** Bot comand table */
|
||||
bot_cmd extauth_commands[] =
|
||||
{
|
||||
{"ACCESS", ea_cmd_access, 0, NS_ULEVEL_ROOT, ea_help_access},
|
||||
{"ACCESS", ea_cmd_access, 1, NS_ULEVEL_ROOT, ea_help_access},
|
||||
{NULL, NULL, 0, 0, NULL}
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue