diff options
| author | Christian Grothoff <christian@grothoff.org> | 2017-02-27 15:28:00 +0100 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2017-02-27 15:28:00 +0100 |
| commit | 830137e312e8e565c9113a20411aa3073fbd1cbd (patch) | |
| tree | c5c85eb38dc28a353c087ce2058e4cd5c11534ea /src/regex/plugin_block_regex.c | |
| parent | ee3327de8fd04b2b8ce8692560c9f1d01a822baa (diff) | |
implement revocation block plugin, get revocation test to pass again
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 0b3ef703e6..287ecf905d 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) void * libgnunet_plugin_block_regex_done (void *cls) { - struct GNUNET_TRANSPORT_PluginFunctions *api = cls; + struct GNUNET_BLOCK_PluginFunctions *api = cls; GNUNET_free (api); return NULL; |
