aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/worker_util.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2022-07-25 22:18:32 +0100
committerVsevolod Stakhov <vsevolod@rspamd.com>2022-07-25 23:17:44 +0100
commitca21e823e51a64cb528480d22722b2d8ea65ec77 (patch)
treeb48248345d57354124ea6ee47f99e7a07896e4ab /src/libserver/worker_util.h
parentdae18e61c7cf403c8445dd51a295345d34285d8a (diff)
downloadrspamd-ca21e823e51a64cb528480d22722b2d8ea65ec77.tar.gz
rspamd-ca21e823e51a64cb528480d22722b2d8ea65ec77.zip
[Fix] Try to fix the mess with read only flag
Issue: #4219
Diffstat (limited to 'src/libserver/worker_util.h')
-rw-r--r--src/libserver/worker_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libserver/worker_util.h b/src/libserver/worker_util.h
index 12f73aa4c..ed7ada3d3 100644
--- a/src/libserver/worker_util.h
+++ b/src/libserver/worker_util.h
@@ -106,7 +106,7 @@ struct rspamd_controller_session {
struct rspamd_config *cfg;
struct rspamd_lang_detector *lang_det;
gboolean is_spam;
- gboolean is_enable;
+ gboolean is_read_only;
};
/**