aboutsummaryrefslogtreecommitdiff
path: root/src/regex/plugin_block_regex.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-09-20 14:40:31 +0000
committerBart Polot <bart@net.in.tum.de>2013-09-20 14:40:31 +0000
commit2009c8d07d00b2e731d1afe11ccb457017382985 (patch)
treebac05b8ff1f723079e3f90c4a4fae11c45775ee6 /src/regex/plugin_block_regex.c
parent128d0a17bc0985be7e9d2c31449c2c0c3f8061da (diff)
downloadgnunet-2009c8d07d00b2e731d1afe11ccb457017382985.tar.gz
gnunet-2009c8d07d00b2e731d1afe11ccb457017382985.zip
- fix block validation for DHT PUT requests
Diffstat (limited to 'src/regex/plugin_block_regex.c')
-rw-r--r--src/regex/plugin_block_regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/plugin_block_regex.c b/src/regex/plugin_block_regex.c
index 5f3825f84..4dda893c9 100644
--- a/src/regex/plugin_block_regex.c
+++ b/src/regex/plugin_block_regex.c
@@ -87,7 +87,7 @@ evaluate_block_regex (void *cls, enum GNUNET_BLOCK_Type type,
87 } 87 }
88 else if (NULL != query) 88 else if (NULL != query)
89 { 89 {
90 /* xquery is required for regex, at least an empty string */ 90 /* xquery is required for regex GETs, at least an empty string */
91 GNUNET_break_op (0); 91 GNUNET_break_op (0);
92 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "type %d, query %p, xquery %p\n", 92 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "type %d, query %p, xquery %p\n",
93 type, query, xquery); 93 type, query, xquery);