Re: network-manager-applet release
- From: Tambet Ingo <tambet ximian com>
- To: networkmanager-list gnome org
- Subject: Re: network-manager-applet release
- Date: Tue, 13 Mar 2007 12:51:02 +0200
On Tue, 2007-03-13 at 06:05 -0400, Dan Williams wrote:
> I don't think it's really going to work out since the schedules are
> somewhat different. There likely won't be a NM 0.6.5 release for
> another week or two since there's a crash or two in LEAP support that I
> feel need to be nailed before that happens.
I have a patch for one LEAP-related crash.
Tambet
--- src/nm-ap-security-leap.c.orig 2007-02-14 17:20:35.000000000 +0200
+++ src/nm-ap-security-leap.c 2007-02-14 17:20:24.000000000 +0200
@@ -152,6 +152,12 @@
return caps;
}
+static gboolean
+real_get_authentication_required (NMAPSecurity *instance)
+{
+ return TRUE;
+}
+
static NMAPSecurity *
real_copy_constructor (NMAPSecurity *instance)
{
@@ -186,6 +192,7 @@
par_class->serialize_func = real_serialize;
par_class->write_supplicant_config_func = real_write_supplicant_config;
par_class->get_default_capabilities_func = real_get_default_capabilities;
+ par_class->get_authentication_required_func = real_get_authentication_required;
g_type_class_add_private (object_class, sizeof (NMAPSecurityLEAPPrivate));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]