NetworkManager r3550 - in trunk: . system-settings/plugins/ifcfg-suse



Author: tambeti
Date: Thu Apr 10 08:57:43 2008
New Revision: 3550
URL: http://svn.gnome.org/viewvc/NetworkManager?rev=3550&view=rev

Log:
2008-04-10  Tambet Ingo  <tambet gmail com>

	* system-settings/plugins/ifcfg-suse/parser.c (make_wireless_security_setting):
	Make it compile again by commenting out broken code that at first didn't work and
	now didn't compile either.


Modified:
   trunk/ChangeLog
   trunk/system-settings/plugins/ifcfg-suse/parser.c

Modified: trunk/system-settings/plugins/ifcfg-suse/parser.c
==============================================================================
--- trunk/system-settings/plugins/ifcfg-suse/parser.c	(original)
+++ trunk/system-settings/plugins/ifcfg-suse/parser.c	Thu Apr 10 08:57:43 2008
@@ -432,6 +432,7 @@
 		g_set_error (err, ifcfg_plugin_error_quark (), 0, "Missing WPA-PSK key.");
 }
 
+#if 0
 static void
 read_wpa_eap_settings (shvarFile *ifcfg, NMSettingWirelessSecurity *security, GError **err)
 {
@@ -483,6 +484,7 @@
 
 	ws_wpa_fill_default_ciphers (security);
 }
+#endif
 
 static NMSetting *
 make_wireless_security_setting (shvarFile *ifcfg, GError **err)
@@ -514,7 +516,7 @@
 		read_wpa_psk_settings (ifcfg, s_wireless_sec, err);
 	} else if (!g_ascii_strcasecmp (value, "eap")) {
 		s_wireless_sec->key_mgmt = g_strdup ("wps-eap");
-		read_wpa_eap_settings (ifcfg, s_wireless_sec, err);
+		/* read_wpa_eap_settings (ifcfg, s_wireless_sec, err); */
 	} else
 		g_set_error (err, ifcfg_plugin_error_quark (), 0, "Invalid authentication algoritm '%s'", value);
 



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