summaryrefslogtreecommitdiffstats
path: root/src/main.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2009-07-27 19:40:59 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2009-07-27 19:40:59 +0400
commitbc7022c5ce4186892ac4d9eee5899fdbc65e62c4 (patch)
tree2a9e2b0e2a61f4614c6c278881151d2fe0f59ec1 /src/main.h
parent602624915fa6968062da3e6615c96419a04e4499 (diff)
downloadrspamd-bc7022c5ce4186892ac4d9eee5899fdbc65e62c4.tar.gz
rspamd-bc7022c5ce4186892ac4d9eee5899fdbc65e62c4.zip
* Fix multipart nesting
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index 79568c258..e87b4efde 100644
--- a/src/main.h
+++ b/src/main.h
@@ -192,6 +192,7 @@ struct worker_task {
struct timespec ts; /**< time of connection */
struct rspamd_view *view; /**< matching view */
gboolean view_checked;
+ uint32_t parser_recursion; /**< for avoiding recursion stack overflow */
};
/**