1
0
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:
rburchell
2009-03-30 09:46:36 +00:00
parent 697f535f8b
commit 104b52b06e
+2 -1
View File
@@ -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;