]> saetta.ns0.it Git - solipa/territorio/commitdiff
Bugfix da cambio nome libzakauthe.
authorAndrea Zagli <azagli@libero.it>
Sat, 26 Dec 2015 09:15:14 +0000 (10:15 +0100)
committerAndrea Zagli <azagli@libero.it>
Sat, 26 Dec 2015 09:15:14 +0000 (10:15 +0100)
src/main.c

index 434539f207973004433b9703958dbe01a5836c80..93a396cfda55a14b85d9405e8db2c7853a82301b 100644 (file)
@@ -254,19 +254,19 @@ main (int argc, char *argv[])
                        g_error ("Impossibile caricare il file di configurazione specificato: %s.", argv[1]);
                }
 
-       /* leggo i parametri per l'zak_authenticazione */
+       /* leggo i parametri per l'zak_authe */
        error = NULL;
-       zak_authe_params = g_key_file_get_keys (config, "ZAK_AUTHE", &n_zak_authe_params, &error);
+       zak_authe_params = g_key_file_get_keys (config, "AUTE", &n_zak_authe_params, &error);
        if (zak_authe_params == NULL)
                {
-                       g_error ("Impossibile leggere la configurazione per il sistema di zak_authenticazione.");
+                       g_error ("Impossibile leggere la configurazione per il sistema di zak_authe.");
                }
 
        sl_zak_authe_params = NULL;
        for (i = 0; i < n_zak_authe_params; i++)
                {
                        error = NULL;
-                       sl_zak_authe_params = g_slist_append (sl_zak_authe_params, g_key_file_get_string (config, "ZAK_AUTHE", zak_authe_params[i], &error));
+                       sl_zak_authe_params = g_slist_append (sl_zak_authe_params, g_key_file_get_string (config, "AUTE", zak_authe_params[i], &error));
                }
 
        g_strfreev (zak_authe_params);