aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/test_plugin_peerstore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerstore/test_plugin_peerstore.c')
-rw-r--r--src/peerstore/test_plugin_peerstore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/peerstore/test_plugin_peerstore.c b/src/peerstore/test_plugin_peerstore.c
index 03e71ed63..a4221ea63 100644
--- a/src/peerstore/test_plugin_peerstore.c
+++ b/src/peerstore/test_plugin_peerstore.c
@@ -81,7 +81,7 @@ load_plugin (const struct GNUNET_CONFIGURATION_Handle *cfg)
81 "libgnunet_plugin_peerstore_%s", 81 "libgnunet_plugin_peerstore_%s",
82 plugin_name); 82 plugin_name);
83 if (NULL == (ret = GNUNET_PLUGIN_load (libname, 83 if (NULL == (ret = GNUNET_PLUGIN_load (libname,
84 (void*) cfg))) 84 (void *) cfg)))
85 { 85 {
86 fprintf (stderr, 86 fprintf (stderr,
87 "Failed to load plugin `%s'!\n", 87 "Failed to load plugin `%s'!\n",
@@ -131,7 +131,7 @@ get_record (struct GNUNET_PEERSTORE_PluginFunctions *psp,
131 identity, 131 identity,
132 "key", 132 "key",
133 &test_record, 133 &test_record,
134 (void*) identity)); 134 (void *) identity));
135} 135}
136 136
137 137