[network-manager-openvpn/dcbw/need-secrets: 2/4] auth-dialog: clarify function name
- From: Dan Williams <dcbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-openvpn/dcbw/need-secrets: 2/4] auth-dialog: clarify function name
- Date: Sun, 21 Jul 2013 14:41:51 +0000 (UTC)
commit e0760bd6798ee9a219e09b7d6331cc10c4bced54
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]