diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-02-12 14:55:53 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-02-12 14:55:53 +0100 |
commit | 9f837ad6cdcc8c837a6014abe555909ff9ce094c (patch) | |
tree | dda721d62389d2be6cd30cb2fdf20321f539bf10 /src | |
parent | d67011e2b55dbd0e2158c4c144f5092e1593d70a (diff) |
fix typo found by marcello
Diffstat (limited to 'src')
-rw-r--r-- | src/mint/taler-mint-httpd_validation.c | 2 |
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, |