diff options
Diffstat (limited to 'src/smtp.h')
-rw-r--r-- | src/smtp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smtp.h b/src/smtp.h index 0f47cf0ee..482f5243d 100644 --- a/src/smtp.h +++ b/src/smtp.h @@ -67,7 +67,7 @@ enum rspamd_smtp_state { struct smtp_session { struct smtp_worker_ctx *ctx; - struct config_file *cfg; + struct rspamd_config *cfg; rspamd_mempool_t *pool; enum rspamd_smtp_state state; |