2008-04-30 Dan Williams <dcbw@redhat.com>
* src/nm-device-802-3-ethernet.c src/nm-device-802-11-wireless.c - (real_is_up): return true instead of chaining up to unimplemented parent method git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3621 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2008-04-30 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* src/nm-device-802-3-ethernet.c
|
||||
src/nm-device-802-11-wireless.c
|
||||
- (real_is_up): return true instead of chaining up to unimplemented
|
||||
parent method
|
||||
|
||||
2008-04-30 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* src/NetworkManagerSystem.c
|
||||
|
@@ -754,7 +754,7 @@ real_is_up (NMDevice *device)
|
||||
if (!NM_DEVICE_802_11_WIRELESS_GET_PRIVATE (device)->periodic_source_id)
|
||||
return FALSE;
|
||||
|
||||
return NM_DEVICE_CLASS (nm_device_802_11_wireless_parent_class)->is_up (device);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
@@ -315,7 +315,7 @@ real_is_up (NMDevice *device)
|
||||
if (!NM_DEVICE_802_3_ETHERNET_GET_PRIVATE (device)->supplicant.mgr)
|
||||
return FALSE;
|
||||
|
||||
return NM_DEVICE_CLASS (nm_device_802_3_ethernet_parent_class)->is_up (device);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
Reference in New Issue
Block a user