diff options
author | Bart Polot <bart@net.in.tum.de> | 2013-09-20 14:40:31 +0000 |
---|---|---|
committer | Bart Polot <bart@net.in.tum.de> | 2013-09-20 14:40:31 +0000 |
commit | 2009c8d07d00b2e731d1afe11ccb457017382985 (patch) | |
tree | bac05b8ff1f723079e3f90c4a4fae11c45775ee6 /src/regex/plugin_block_regex.c | |
parent | 128d0a17bc0985be7e9d2c31449c2c0c3f8061da (diff) |
- fix block validation for DHT PUT requests
Diffstat (limited to 'src/regex/plugin_block_regex.c')
-rw-r--r-- | src/regex/plugin_block_regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/plugin_block_regex.c b/src/regex/plugin_block_regex.c index 5f3825f84d..4dda893c96 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, } else if (NULL != query) { - /* xquery is required for regex, at least an empty string */ + /* xquery is required for regex GETs, at least an empty string */ GNUNET_break_op (0); GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "type %d, query %p, xquery %p\n", type, query, xquery); |