diff options
author | TingPing <tngpng@gmail.com> | 2013-03-17 16:27:26 -0300 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-03-17 16:27:26 -0300 |
commit | 89d62ee4f8e563fe083b7d6132768cc5c8c63910 (patch) | |
tree | 7ac8e1acd08154ec454b592b3e4e985c65e9d692 | |
parent | c58a741abb022ef6e65770678a03f869cea49815 (diff) |
Default ignore type to ALL
-rw-r--r-- | src/common/outbound.c | 2 |
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) |