[network-manager-openvpn/th/cleanup-bgo790612] fixup! auth-dialog: various code cleanup



commit 00efe92dc7469f2b952129b8043ebbc8e6ad6d67
Author: Thomas Haller <thaller redhat com>
Date:   Mon Nov 20 13:27:32 2017 +0100

    fixup! auth-dialog: various code cleanup

 auth-dialog/main.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/auth-dialog/main.c b/auth-dialog/main.c
index 85ef0f1..41b6384 100644
--- a/auth-dialog/main.c
+++ b/auth-dialog/main.c
@@ -381,6 +381,10 @@ get_passwords_required (GHashTable *data,
        char *prompt = NULL;
        const char *const*iter;
 
+       *out_need_password = FALSE;
+       *out_need_certpass = FALSE;
+       *out_need_proxypass = FALSE;
+
        /* If hints are given, then always ask for what the hints require */
        if (hints && hints[0]) {
                for (iter = hints; iter && *iter; iter++) {


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