summaryrefslogtreecommitdiffstats
path: root/src/fuzzy_storage.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2014-12-19 15:45:11 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-12-19 15:45:11 +0000
commitcb2b69d24c8ca1ab987956717b9076ae43c4fee2 (patch)
tree2c586ac1316605d7b16f28695134c1baedb7f340 /src/fuzzy_storage.c
parentb26afb57c80333a9b5a68a31d613bed32e2c6796 (diff)
downloadrspamd-cb2b69d24c8ca1ab987956717b9076ae43c4fee2.tar.gz
rspamd-cb2b69d24c8ca1ab987956717b9076ae43c4fee2.zip
Add backend open.
Diffstat (limited to 'src/fuzzy_storage.c')
-rw-r--r--src/fuzzy_storage.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fuzzy_storage.c b/src/fuzzy_storage.c
index 41e844ff2..e4b0b4e6c 100644
--- a/src/fuzzy_storage.c
+++ b/src/fuzzy_storage.c
@@ -54,8 +54,7 @@
#define MAX_RETRIES 40
/* Weight of hash to consider it frequent */
#define DEFAULT_FREQUENT_SCORE 100
-/* Magic sequence for hashes file */
-#define FUZZY_FILE_MAGIC "rsh"
+
/* Current version of fuzzy hash file format */
#define CURRENT_FUZZY_VERSION 1