mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 07:10:07 +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')
This commit is contained in:
parent
e8cc69c37e
commit
51b39ceb33
1 changed files with 1 additions and 1 deletions
|
|
@ -5232,7 +5232,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