merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit fb7cd6de6e3db59c2093b561e96d55353fdf3b38
parent 00697da01c48bc912b9fe0e47453e9be16b3da3c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  5 Apr 2016 23:55:44 +0200

fix #4367

Diffstat:
Msrc/backenddb/merchantdb_plugin.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backenddb/merchantdb_plugin.c b/src/backenddb/merchantdb_plugin.c @@ -112,7 +112,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)