mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-12 23:10:18 +01:00
libnm: fix wrong assertion in nm_client_add_and_activate_connection2_finish()
Fixes:ce0e898fb4('libnm: refactor caching of D-Bus objects in NMClient') (cherry picked from commit51b39ceb33)
This commit is contained in:
parent
00084d1ba8
commit
072003c600
1 changed files with 1 additions and 1 deletions
|
|
@ -5143,7 +5143,7 @@ nm_client_add_and_activate_connection2_finish (NMClient *client,
|
|||
{
|
||||
return NM_ACTIVE_CONNECTION (_request_wait_finish (client,
|
||||
result,
|
||||
nm_client_add_connection2,
|
||||
nm_client_add_and_activate_connection2,
|
||||
out_result,
|
||||
error));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue