summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-06-15 15:31:16 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-06-15 15:31:16 +0100
commitbd43881c90008e33a7fc57c2374a82b18087e2b1 (patch)
tree88d580337375ab2fd1c1edda6c223b24bf5beae8 /contrib
parentcff17e1ac557a878514e8f332afb2e7fdf4be849 (diff)
downloadrspamd-bd43881c90008e33a7fc57c2374a82b18087e2b1.tar.gz
rspamd-bd43881c90008e33a7fc57c2374a82b18087e2b1.zip
[Minor] Make valgrind happy again
Diffstat (limited to 'contrib')
-rw-r--r--contrib/t1ha/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/t1ha/CMakeLists.txt b/contrib/t1ha/CMakeLists.txt
index 6c50d740d..491010ff9 100644
--- a/contrib/t1ha/CMakeLists.txt
+++ b/contrib/t1ha/CMakeLists.txt
@@ -3,7 +3,7 @@ SET(T1HASRC t1ha1.c
ADD_LIBRARY(rspamd-t1ha STATIC ${T1HASRC})
SET_TARGET_PROPERTIES(rspamd-t1ha PROPERTIES VERSION ${RSPAMD_VERSION})
-ADD_DEFINITIONS("-DT1HA_USE_FAST_ONESHOT_READ=1")
+ADD_DEFINITIONS("-DT1HA_USE_FAST_ONESHOT_READ=0")
IF(ENABLE_FULL_DEBUG MATCHES "OFF")
if ("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang" OR "${CMAKE_C_COMPILER_ID}" STREQUAL "GNU")