[network-manager-applet/NETWORKMANAGER_APPLET_0_7] ttls: fix CHAP index
- From: Dan Williams <dcbw src gnome org>
- To: svn-commits-list gnome org
- Subject: [network-manager-applet/NETWORKMANAGER_APPLET_0_7] ttls: fix CHAP index
- Date: Mon, 27 Jul 2009 19:17:26 +0000 (UTC)
commit 4b4d8856f26607191be62ce184b90db664606818
Author: Mikhail Efremov <mikhefr gmail com>
Date: Mon Jul 27 15:05:25 2009 -0400
ttls: fix CHAP index
So CHAP connections show the right thing initially when editing.
src/wireless-security/eap-method-ttls.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/wireless-security/eap-method-ttls.c b/src/wireless-security/eap-method-ttls.c
index 78d0f80..043a0e8 100644
--- a/src/wireless-security/eap-method-ttls.c
+++ b/src/wireless-security/eap-method-ttls.c
@@ -272,7 +272,7 @@ inner_auth_combo_init (EAPMethodTTLS *method,
/* Check for defaulting to CHAP */
if (phase2_auth && !strcasecmp (phase2_auth, "chap"))
- active = 4;
+ active = 3;
combo = glade_xml_get_widget (xml, "eap_ttls_inner_auth_combo");
g_assert (combo);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]