2007-09-11 Dan Williams <dcbw@redhat.com>
* src/nm-device-802-11-wireless.c - (real_connection_secrets_updated): fix erroneous check git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2790 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2007-09-11 Dan Williams <dcbw@redhat.com>
|
||||||
|
|
||||||
|
* src/nm-device-802-11-wireless.c
|
||||||
|
- (real_connection_secrets_updated): fix erroneous check
|
||||||
|
|
||||||
2007-09-11 Dan Williams <dcbw@redhat.com>
|
2007-09-11 Dan Williams <dcbw@redhat.com>
|
||||||
|
|
||||||
* introspection/nm-device.xml
|
* introspection/nm-device.xml
|
||||||
|
@@ -2457,7 +2457,7 @@ real_connection_secrets_updated (NMDevice *dev,
|
|||||||
req = nm_device_get_act_request (dev);
|
req = nm_device_get_act_request (dev);
|
||||||
g_assert (req);
|
g_assert (req);
|
||||||
|
|
||||||
g_return_if_fail (nm_act_request_get_connection (req) != connection);
|
g_return_if_fail (nm_act_request_get_connection (req) == connection);
|
||||||
|
|
||||||
nm_device_activate_schedule_stage1_device_prepare (dev);
|
nm_device_activate_schedule_stage1_device_prepare (dev);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user