From 3a2e547da9cc5669a73e10ec30e67dac3016a24d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 31 Mar 2016 20:56:16 +0200 Subject: use GNUnet-SVN #36970 API improvement to de-duplicate code in Taler --- src/util/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/plugin.c') 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) -- cgit v1.2.3