mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 03:20:11 +01:00
wifi: fix leaking fake AP in NMDeviceWifi's act_stage1_prepare()
Fixes:96f40dcdcd(cherry picked from commitef61d7909f) (cherry picked from commitd08530ac4b) (cherry picked from commit6c4c12c796) (cherry picked from commit4a345b2e78)
This commit is contained in:
parent
13aaad7c5b
commit
ae112d0070
1 changed files with 1 additions and 0 deletions
|
|
@ -2494,6 +2494,7 @@ act_stage1_prepare (NMDevice *device, NMDeviceStateReason *out_failure_reason)
|
|||
set_current_ap (self, ap, FALSE);
|
||||
nm_active_connection_set_specific_object (NM_ACTIVE_CONNECTION (req),
|
||||
nm_exported_object_get_path (NM_EXPORTED_OBJECT (ap)));
|
||||
g_object_unref (ap);
|
||||
return NM_ACT_STAGE_RETURN_SUCCESS;
|
||||
|
||||
done:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue