aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-cmds-helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/gnunet-cmds-helper.c')
-rw-r--r--src/testbed/gnunet-cmds-helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testbed/gnunet-cmds-helper.c b/src/testbed/gnunet-cmds-helper.c
index 113e3c386..c4a3e98d9 100644
--- a/src/testbed/gnunet-cmds-helper.c
+++ b/src/testbed/gnunet-cmds-helper.c
@@ -411,7 +411,7 @@ tokenizer_cb (void *cls, const struct GNUNET_MessageHeader *message)
411 plugin = GNUNET_new (struct Plugin); 411 plugin = GNUNET_new (struct Plugin);
412 plugin->api = GNUNET_PLUGIN_load (plugin_name, 412 plugin->api = GNUNET_PLUGIN_load (plugin_name,
413 NULL); 413 NULL);
414 plugin->library_name = GNUNET_strdup (plugin_name); 414 plugin->library_name = GNUNET_strdup (basename(plugin_name));
415 415
416 plugin->global_n = ni->global_n; 416 plugin->global_n = ni->global_n;
417 plugin->local_m = ni->local_m; 417 plugin->local_m = ni->local_m;