summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-02-12 14:55:53 +0100
committerChristian Grothoff <christian@grothoff.org>2016-02-12 14:55:53 +0100
commit9f837ad6cdcc8c837a6014abe555909ff9ce094c (patch)
treedda721d62389d2be6cd30cb2fdf20321f539bf10
parentd67011e2b55dbd0e2158c4c144f5092e1593d70a (diff)
downloadexchange-9f837ad6cdcc8c837a6014abe555909ff9ce094c.tar.gz
exchange-9f837ad6cdcc8c837a6014abe555909ff9ce094c.tar.bz2
exchange-9f837ad6cdcc8c837a6014abe555909ff9ce094c.zip
fix typo found by marcello
-rw-r--r--src/mint/taler-mint-httpd_validation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd_validation.c b/src/mint/taler-mint-httpd_validation.c
index 461e88759..8f8ab415e 100644
--- a/src/mint/taler-mint-httpd_validation.c
+++ b/src/mint/taler-mint-httpd_validation.c
@@ -98,7 +98,7 @@ TMH_VALIDATION_init (const struct GNUNET_CONFIGURATION_Handle *cfg)
{
(void) GNUNET_asprintf (&lib_name,
"libtaler_plugin_wire_%s",
- lib_name);
+ token);
p = GNUNET_new (struct Plugin);
p->type = GNUNET_strdup (token);
p->plugin = GNUNET_PLUGIN_load (lib_name,