diff options
Diffstat (limited to 'src/worker_private.h')
-rw-r--r-- | src/worker_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/worker_private.h b/src/worker_private.h index f07a95b41..398c5d23d 100644 --- a/src/worker_private.h +++ b/src/worker_private.h @@ -49,7 +49,7 @@ struct rspamd_worker_ctx { /* Encryption key */ struct rspamd_cryptobox_keypair *key; /* Keys cache */ - struct rspamd_keypair_cache *keys_cache; + struct rspamd_http_context *http_ctx; /* Language detector */ struct rspamd_lang_detector *lang_det; }; |