summaryrefslogtreecommitdiff
path: root/src/mint/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mint/plugin.c')
-rw-r--r--src/mint/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/plugin.c b/src/mint/plugin.c
index 455c7e8fa..147d4c4c7 100644
--- a/src/mint/plugin.c
+++ b/src/mint/plugin.c
@@ -109,7 +109,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 = TALER_os_installation_get_path (GNUNET_OS_IPK_LIBDIR);
if (NULL != path)
{
if (NULL != opath)