mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 11:19:16 +02: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,
|
return NM_ACTIVE_CONNECTION (_request_wait_finish (client,
|
||||||
result,
|
result,
|
||||||
nm_client_add_connection2,
|
nm_client_add_and_activate_connection2,
|
||||||
out_result,
|
out_result,
|
||||||
error));
|
error));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue