diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2012-06-04 21:36:58 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2012-06-04 21:36:58 +0400 |
commit | 1048ad10cdfaa0d7a47e65557227579da8e4ce75 (patch) | |
tree | 5293321584c393991cf2ed52bcfe6e9a8ebabad5 /test/rspamd_dkim_test.c | |
parent | f4d88ed701fb6e4fed7077ec63ea9688184f7c84 (diff) | |
download | rspamd-1048ad10cdfaa0d7a47e65557227579da8e4ce75.tar.gz rspamd-1048ad10cdfaa0d7a47e65557227579da8e4ce75.zip |
* Implement 'time_jitter' setting allowing to check signatures in future in case of incorrect system time (1 minute jittering by default).
Diffstat (limited to 'test/rspamd_dkim_test.c')
-rw-r--r-- | test/rspamd_dkim_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rspamd_dkim_test.c b/test/rspamd_dkim_test.c index ac9a88d84..b6a613e48 100644 --- a/test/rspamd_dkim_test.c +++ b/test/rspamd_dkim_test.c @@ -81,7 +81,7 @@ rspamd_dkim_test_func () g_assert (resolver != NULL); - ctx = rspamd_create_dkim_context (test_dkim_sig, pool, &err); + ctx = rspamd_create_dkim_context (test_dkim_sig, pool, 0, &err); g_assert (ctx != NULL); |