1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 06:45:25 +00:00

check_address() didn't initialize *wildcards variable properly.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2709 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-04-23 08:57:38 +00:00 committed by cras
parent 3f43df1db8
commit cdec9aa9c6

View File

@ -30,6 +30,7 @@ static int check_address(const char *mask, int *wildcards)
{
int ret;
*wildcards = FALSE;
ret = FALSE;
while (*mask != '\0') {
if (*mask == '!') {