summaryrefslogtreecommitdiffstats
path: root/src/plugins/surbl.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2013-10-04 15:17:27 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2013-10-04 15:17:27 +0100
commit842d2c4164dad1d8539eb2ecf114f9220b23970d (patch)
treeef535bcb0eb2cc2dc809b84f99bdaba9d20ac813 /src/plugins/surbl.h
parent763cd389484ac479e83fec3aa6d1fc8bc0fb19bb (diff)
downloadrspamd-842d2c4164dad1d8539eb2ecf114f9220b23970d.tar.gz
rspamd-842d2c4164dad1d8539eb2ecf114f9220b23970d.zip
Fix other stuff to work with rcl modules.
Diffstat (limited to 'src/plugins/surbl.h')
-rw-r--r--src/plugins/surbl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/surbl.h b/src/plugins/surbl.h
index 5d8cf3039..27eaa75dd 100644
--- a/src/plugins/surbl.h
+++ b/src/plugins/surbl.h
@@ -36,7 +36,7 @@ struct surbl_ctx {
gchar *metric;
const gchar *tld2_file;
const gchar *whitelist_file;
- gchar *redirector_symbol;
+ const gchar *redirector_symbol;
GHashTable **exceptions;
GHashTable *whitelist;
GHashTable *redirector_hosts;