mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 07:00:05 +01:00
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:
parent
ab4aa2d752
commit
277fcb5dc4
2 changed files with 6 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
* introspection/nm-device.xml
|
||||
|
|
|
|||
|
|
@ -2457,7 +2457,7 @@ real_connection_secrets_updated (NMDevice *dev,
|
|||
req = nm_device_get_act_request (dev);
|
||||
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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue