summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-01-15 12:19:35 +0100
committerThomas Haller <thaller@redhat.com>2020-01-15 12:32:02 +0100
commit51b39ceb33f56cb7b393d59f8fd3b31ad07e97c7 (patch)
tree9904377480de6c63d418b2e8ad5c549dd7131cb5
parente8cc69c37e4758f80befd604f32b2b6df77c781b (diff)
downloadNetworkManager-51b39ceb33f56cb7b393d59f8fd3b31ad07e97c7.tar.gz
libnm: fix wrong assertion in nm_client_add_and_activate_connection2_finish()
Fixes: ce0e898fb476 ('libnm: refactor caching of D-Bus objects in NMClient')
-rw-r--r--libnm/nm-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm/nm-client.c b/libnm/nm-client.c
index 7e2cacc673..f477159059 100644
--- a/libnm/nm-client.c
+++ b/libnm/nm-client.c
@@ -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));
}