From: Andrea Zagli Date: Tue, 8 Sep 2015 13:28:09 +0000 (+0200) Subject: Fixed name of plugin function to call for authentication. X-Git-Tag: v0.3.0^2~1 X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=803c7e15675f6d4cbae3f9078be381ec81e9a3e3;p=zakauthe%2Flibzakauthe Fixed name of plugin function to call for authentication. --- 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");