Default ignore type to ALL

This commit is contained in:
TingPing 2013-03-17 16:27:26 -03:00
parent c58a741abb
commit 89d62ee4f8
1 changed files with 1 additions and 1 deletions

View File

@ -2272,7 +2272,7 @@ cmd_ignore (struct session *sess, char *tbuf, char *word[], char *word_eol[])
return TRUE;
}
if (!*word[3])
return FALSE;
word[3] = "ALL";
i = 3;
while (1)