[network-manager-openvpn/bg/dynamic-challenge-bgo751842: 1/4] properties: fix evaluation of user certificate



commit 6debe3e12d0c73835d17e1509a35969f18ab0d1b
Author: Beniamino Galvani <bgalvani redhat com>
Date:   Tue Aug 1 22:35:29 2017 +0200

    properties: fix evaluation of user certificate
    
    Fixes: 86a70095afc229f1f970b7e546390d166152cfc2

 properties/auth-helpers.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/properties/auth-helpers.c b/properties/auth-helpers.c
index 6067548..19587e7 100644
--- a/properties/auth-helpers.c
+++ b/properties/auth-helpers.c
@@ -545,7 +545,7 @@ update_tls (GtkBuilder *builder, const char *prefix, NMSettingVpn *s_vpn)
                                  NM_OPENVPN_KEY_CERT,
                                  NM_OPENVPN_KEY_KEY,
                                  NM_OPENVPN_KEY_CERTPASS,
-                                 prefix, "ca_cert", s_vpn);
+                                 prefix, "user_cert", s_vpn);
 }
 
 static void


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