From 89d62ee4f8e563fe083b7d6132768cc5c8c63910 Mon Sep 17 00:00:00 2001 From: TingPing Date: Sun, 17 Mar 2013 16:27:26 -0300 Subject: Default ignore type to ALL --- src/common/outbound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/outbound.c') diff --git a/src/common/outbound.c b/src/common/outbound.c index 6127fc9c..c543997a 100644 --- a/src/common/outbound.c +++ b/src/common/outbound.c @@ -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) -- cgit 1.4.1