fix typo found by marcello

This commit is contained in:
Christian Grothoff 2016-02-12 14:55:53 +01:00
parent d67011e2b5
commit 9f837ad6cd

View File

@ -98,7 +98,7 @@ TMH_VALIDATION_init (const struct GNUNET_CONFIGURATION_Handle *cfg)
{ {
(void) GNUNET_asprintf (&lib_name, (void) GNUNET_asprintf (&lib_name,
"libtaler_plugin_wire_%s", "libtaler_plugin_wire_%s",
lib_name); token);
p = GNUNET_new (struct Plugin); p = GNUNET_new (struct Plugin);
p->type = GNUNET_strdup (token); p->type = GNUNET_strdup (token);
p->plugin = GNUNET_PLUGIN_load (lib_name, p->plugin = GNUNET_PLUGIN_load (lib_name,