summary refs log tree commit diff stats
path: root/src/common/outbound.c
diff options
context:
space:
mode:
authorTingPing <tngpng@gmail.com>2013-03-17 16:27:26 -0300
committerTingPing <tngpng@gmail.com>2013-03-17 16:27:26 -0300
commit89d62ee4f8e563fe083b7d6132768cc5c8c63910 (patch)
tree7ac8e1acd08154ec454b592b3e4e985c65e9d692 /src/common/outbound.c
parentc58a741abb022ef6e65770678a03f869cea49815 (diff)
Default ignore type to ALL
Diffstat (limited to 'src/common/outbound.c')
-rw-r--r--src/common/outbound.c2
1 files changed, 1 insertions, 1 deletions
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)