aboutsummaryrefslogtreecommitdiff
path: root/src/fs/plugin_block_fs.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-08 15:24:44 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-08 15:24:44 +0000
commitd25cefa31b5b5c7c731cd390cfba7f730ab8cdcd (patch)
tree9433027b3908da6121d03a47c148ce43a5ead12b /src/fs/plugin_block_fs.c
parentb57e331a56521971070a55d1bb78f34e05c34577 (diff)
downloadgnunet-d25cefa31b5b5c7c731cd390cfba7f730ab8cdcd.tar.gz
gnunet-d25cefa31b5b5c7c731cd390cfba7f730ab8cdcd.zip
-minor fixes
Diffstat (limited to 'src/fs/plugin_block_fs.c')
-rw-r--r--src/fs/plugin_block_fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/plugin_block_fs.c b/src/fs/plugin_block_fs.c
index e493319be..9f6791bb5 100644
--- a/src/fs/plugin_block_fs.c
+++ b/src/fs/plugin_block_fs.c
@@ -198,7 +198,7 @@ libgnunet_plugin_block_fs_init (void *cls)
198 }; 198 };
199 struct GNUNET_BLOCK_PluginFunctions *api; 199 struct GNUNET_BLOCK_PluginFunctions *api;
200 200
201 api = GNUNET_malloc (sizeof (struct GNUNET_BLOCK_PluginFunctions)); 201 api = GNUNET_new (struct GNUNET_BLOCK_PluginFunctions);
202 api->evaluate = &block_plugin_fs_evaluate; 202 api->evaluate = &block_plugin_fs_evaluate;
203 api->get_key = &block_plugin_fs_get_key; 203 api->get_key = &block_plugin_fs_get_key;
204 api->types = types; 204 api->types = types;