mirror of
https://github.com/anope/anope.git
synced 2026-06-30 10:16:38 +02:00
Correctly initialise variables in jointhrottle check, noted by Szymek.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2220 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -1812,7 +1812,8 @@ void inspircd_cmd_ctcp(char *source, char *dest, char *buf)
|
||||
int inspircd_jointhrottle_mode_check(char *value)
|
||||
{
|
||||
char *tempValue, *one, *two;
|
||||
int param1, param2;
|
||||
int param1 = 0;
|
||||
int param2 = 0;
|
||||
|
||||
if (!value)
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user