summaryrefslogtreecommitdiff
path: root/src/util/plugin.c
diff options
context:
space:
mode:
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)