From 803c7e15675f6d4cbae3f9078be381ec81e9a3e3 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Tue, 8 Sep 2015 15:28:09 +0200 Subject: [PATCH] Fixed name of plugin function to call for authentication. --- src/aute.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aute.c b/src/aute.c index 7de798a..453fdac 100644 --- a/src/aute.c +++ b/src/aute.c @@ -166,7 +166,7 @@ gchar ret = NULL; /* loading the function */ - if (!g_module_symbol (priv->module, "autentica", (gpointer *)&autentica)) + if (!g_module_symbol (priv->module, "zak_authe_plg_authe", (gpointer *)&autentica)) { /* TO DO */ g_warning ("Error g_module_symbol\n"); -- 2.49.0