summaryrefslogtreecommitdiffstats
path: root/src/cfg_rcl.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2013-09-02 15:20:31 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2013-09-02 15:20:31 +0100
commit6b8faf40fbacbcfc85ab1f9a4bc2e22f4a61c463 (patch)
tree6122c84b4a890e96e4cbdcc89b223cbe3ce592b5 /src/cfg_rcl.h
parent1f95ccccae7d0ef3ae431a8f26b86faeb5633491 (diff)
downloadrspamd-6b8faf40fbacbcfc85ab1f9a4bc2e22f4a61c463.tar.gz
rspamd-6b8faf40fbacbcfc85ab1f9a4bc2e22f4a61c463.zip
Add default options for options section.
Diffstat (limited to 'src/cfg_rcl.h')
-rw-r--r--src/cfg_rcl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cfg_rcl.h b/src/cfg_rcl.h
index 7d232cee6..223431d79 100644
--- a/src/cfg_rcl.h
+++ b/src/cfg_rcl.h
@@ -48,7 +48,7 @@ struct rspamd_rcl_struct_parser {
RSPAMD_CL_FLAG_INT_16 = 0x1 << 4,
RSPAMD_CL_FLAG_INT_32 = 0x1 << 5,
RSPAMD_CL_FLAG_INT_64 = 0x1 << 6,
- RSPAMD_CL_FLAG_SIZE = 0x1 << 7
+ RSPAMD_CL_FLAG_INT_SIZE = 0x1 << 7
} flags;
};