summaryrefslogtreecommitdiff
path: root/src/util/plugin.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-03-31 20:56:16 +0200
committerChristian Grothoff <christian@grothoff.org>2016-03-31 20:56:16 +0200
commit3a2e547da9cc5669a73e10ec30e67dac3016a24d (patch)
treee77ad9e223b5535a96ca20c564f37b8a42c5ee90 /src/util/plugin.c
parentb4c4f0b07822b66e2b60e43c3654a927c768ac94 (diff)
downloadexchange-3a2e547da9cc5669a73e10ec30e67dac3016a24d.tar.gz
exchange-3a2e547da9cc5669a73e10ec30e67dac3016a24d.tar.bz2
exchange-3a2e547da9cc5669a73e10ec30e67dac3016a24d.zip
use GNUnet-SVN #36970 API improvement to de-duplicate code in Taler
Diffstat (limited to 'src/util/plugin.c')
-rw-r--r--src/util/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/plugin.c b/src/util/plugin.c
index 6f8e03df6..65c28fa2b 100644
--- a/src/util/plugin.c
+++ b/src/util/plugin.c
@@ -51,7 +51,7 @@ plugin_init ()
opath = lt_dlgetsearchpath ();
if (NULL != opath)
old_dlsearchpath = GNUNET_strdup (opath);
- path = TALER_OS_installation_get_path (GNUNET_OS_IPK_LIBDIR);
+ path = GNUNET_OS_installation_get_path (GNUNET_OS_IPK_LIBDIR);
if (NULL != path)
{
if (NULL != opath)