aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_file.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2013-11-15 14:55:40 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2013-11-15 14:55:40 +0000
commit418b59eb3b01a3729146e3d48c96a5687baed2c9 (patch)
tree403ce8a01e5be9befc25e2b5491478d631569004 /src/cfg_file.h
parentc2433f1728704e794e729ac1e3518596218d368e (diff)
downloadrspamd-418b59eb3b01a3729146e3d48c96a5687baed2c9.tar.gz
rspamd-418b59eb3b01a3729146e3d48c96a5687baed2c9.zip
Fix options in statfiles.
Diffstat (limited to 'src/cfg_file.h')
-rw-r--r--src/cfg_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cfg_file.h b/src/cfg_file.h
index b4cc4ded1..f2744cb2c 100644
--- a/src/cfg_file.h
+++ b/src/cfg_file.h
@@ -217,7 +217,7 @@ struct statfile {
statfile_normalize_func normalizer; /**< function that is used as normaliser */
void *normalizer_data; /**< normalizer function params */
gchar *normalizer_str; /**< source string (for dump) */
- GHashTable *opts; /**< different statfile options */
+ ucl_object_t *opts; /**< other options */
gboolean is_spam; /**< spam flag */
};