diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-02-27 20:06:15 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-02-27 20:06:15 +0300 |
commit | 080af17704e6aee865b416862575308352d6dcee (patch) | |
tree | df4ed794c67ded095007d9553ed86305a3d212ea /utils | |
parent | 749503560ef72d7b20f935487a77ee4fbc8a9e3f (diff) | |
download | rspamd-080af17704e6aee865b416862575308352d6dcee.tar.gz rspamd-080af17704e6aee865b416862575308352d6dcee.zip |
* Fix url-extracter
* Fix soft-shutdown of dispacther
* Turn debug on by default in cmake
* Change logic of save points
Diffstat (limited to 'utils')
-rw-r--r-- | utils/url_extracter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/url_extracter.c b/utils/url_extracter.c index ede39ec27..9d5fa1241 100644 --- a/utils/url_extracter.c +++ b/utils/url_extracter.c @@ -134,6 +134,7 @@ main (int argc, char **argv) message = g_mime_parser_construct_message (parser); task.message = message; + task.task_pool = memory_pool_new (memory_pool_get_size ()); TAILQ_INIT (&task.urls); /* free the parser (and the stream) */ |