aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_block_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/regex_block_lib.c')
-rw-r--r--src/regex/regex_block_lib.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/regex/regex_block_lib.c b/src/regex/regex_block_lib.c
index b535394ca..77efa6180 100644
--- a/src/regex/regex_block_lib.c
+++ b/src/regex/regex_block_lib.c
@@ -222,9 +222,8 @@ REGEX_BLOCK_check (const struct RegexBlock *block,
222 return GNUNET_SYSERR; 222 return GNUNET_SYSERR;
223 } 223 }
224 if (NULL != query && 224 if (NULL != query &&
225 0 != memcmp (&key, 225 0 != GNUNET_memcmp (&key,
226 query, 226 query))
227 sizeof (struct GNUNET_HashCode)))
228 { 227 {
229 GNUNET_break_op (0); 228 GNUNET_break_op (0);
230 return GNUNET_SYSERR; 229 return GNUNET_SYSERR;