]> saetta.ns0.it Git - zakauthe/libzakauthe/commitdiff
Fixed name of plugin function to call for authentication.
authorAndrea Zagli <azagli@libero.it>
Tue, 8 Sep 2015 13:28:09 +0000 (15:28 +0200)
committerAndrea Zagli <azagli@libero.it>
Tue, 8 Sep 2015 13:28:09 +0000 (15:28 +0200)
src/aute.c

index 7de798a508e34ddb141a3996ff249a1fdeb17000..453fdace8365458164ffabc89d768d7ec3dac425 100644 (file)
@@ -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");