[network-manager-openvpn/dcbw/need-secrets: 2/4] auth-dialog: clarify function name



commit 11376a2b306a8ebb7a6d5a01139b29afc7378f6a
Author: Dan Williams <dcbw redhat com>
Date:   Tue Jul 16 14:07:03 2013 -0500

    auth-dialog: clarify function name

 auth-dialog/main.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/auth-dialog/main.c b/auth-dialog/main.c
index 6f52dd4..6ff90e1 100644
--- a/auth-dialog/main.c
+++ b/auth-dialog/main.c
@@ -251,9 +251,9 @@ get_secrets (const char *vpn_name,
 }
 
 static void
-get_password_types (GHashTable *data,
-                    gboolean *out_need_password,
-                    gboolean *out_need_certpass)
+get_passwords_required (GHashTable *data,
+                        gboolean *out_need_password,
+                        gboolean *out_need_certpass)
 {
        const char *ctype, *val;
        NMSettingSecretFlags flags = NM_SETTING_SECRET_FLAG_NONE;
@@ -355,7 +355,7 @@ main (int argc, char *argv[])
                return 1;
        }
 
-       get_password_types (data, &need_password, &need_certpass);
+       get_passwords_required (data, &need_password, &need_certpass);
        if (!need_password && !need_certpass) {
                if (external_ui_mode) {
                        GKeyFile *keyfile;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]