diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-09-14 19:11:19 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-09-14 19:11:19 +0400 |
commit | a0f41f7c5712e73e8aa521f2064bc53be3315d0a (patch) | |
tree | 147e4d8956a5a3b85e0ecc15b9fcbe29742e4e5c /utils | |
parent | a90c7d7a12561845e3371efc6803b1ecf6ad7d89 (diff) | |
download | rspamd-a0f41f7c5712e73e8aa521f2064bc53be3315d0a.tar.gz rspamd-a0f41f7c5712e73e8aa521f2064bc53be3315d0a.zip |
* New system of classifiers interface and statfiles processing
* Fix sample config
* Fix compile warnings
* Fix building without lua support
* Fix bugs with nrcpt header parsing and symbols cache loading (by Anton Nekhoroshikh)
Diffstat (limited to 'utils')
-rw-r--r-- | utils/expression_parser.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/expression_parser.c b/utils/expression_parser.c index 4f37ec923..38b52934f 100644 --- a/utils/expression_parser.c +++ b/utils/expression_parser.c @@ -49,4 +49,6 @@ main (int argc, char **argv) } memory_pool_delete (pool); + + return 0; } |