mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05: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:
parent
3f43df1db8
commit
cdec9aa9c6
@ -30,6 +30,7 @@ static int check_address(const char *mask, int *wildcards)
|
||||
{
|
||||
int ret;
|
||||
|
||||
*wildcards = FALSE;
|
||||
ret = FALSE;
|
||||
while (*mask != '\0') {
|
||||
if (*mask == '!') {
|
||||
|
Loading…
Reference in New Issue
Block a user