diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-04-19 22:28:44 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-04-19 22:28:44 +0100 |
commit | ea2e597208a72f400ec2f71c7c328a20e69d26a7 (patch) | |
tree | 77cf0748219359a372825cab95a8b458e8e138bd /src/plugins/regexp.c | |
parent | 235d996bf782d7cb68d2d6579c32f211142118d1 (diff) | |
download | rspamd-ea2e597208a72f400ec2f71c7c328a20e69d26a7.tar.gz rspamd-ea2e597208a72f400ec2f71c7c328a20e69d26a7.zip |
Adopt new libucl.
Diffstat (limited to 'src/plugins/regexp.c')
-rw-r--r-- | src/plugins/regexp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/regexp.c b/src/plugins/regexp.c index ece8a53fc..6569dd150 100644 --- a/src/plugins/regexp.c +++ b/src/plugins/regexp.c @@ -570,7 +570,7 @@ gint regexp_module_config (struct config_file *cfg) { struct regexp_module_item *cur_item; - ucl_object_t *sec, *value; + const ucl_object_t *sec, *value; ucl_object_iter_t it = NULL; gint res = TRUE; struct regexp_json_buf *jb, **pjb; |