aboutsummaryrefslogtreecommitdiff
path: root/src/regex
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-27 15:28:00 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-27 15:28:00 +0100
commit830137e312e8e565c9113a20411aa3073fbd1cbd (patch)
treec5c85eb38dc28a353c087ce2058e4cd5c11534ea /src/regex
parentee3327de8fd04b2b8ce8692560c9f1d01a822baa (diff)
downloadgnunet-830137e312e8e565c9113a20411aa3073fbd1cbd.tar.gz
gnunet-830137e312e8e565c9113a20411aa3073fbd1cbd.zip
implement revocation block plugin, get revocation test to pass again
Diffstat (limited to 'src/regex')
-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 0b3ef703e..287ecf905 100644
--- a/src/regex/plugin_block_regex.c
+++ b/src/regex/plugin_block_regex.c
@@ -395,7 +395,7 @@ libgnunet_plugin_block_regex_init (void *cls)
395void * 395void *
396libgnunet_plugin_block_regex_done (void *cls) 396libgnunet_plugin_block_regex_done (void *cls)
397{ 397{
398 struct GNUNET_TRANSPORT_PluginFunctions *api = cls; 398 struct GNUNET_BLOCK_PluginFunctions *api = cls;
399 399
400 GNUNET_free (api); 400 GNUNET_free (api);
401 return NULL; 401 return NULL;