mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-17 12:30:28 +01:00
libnm: fix the callback in g_simple_async_result_new()
(cherry picked from commit 79db8e83e1)
This commit is contained in:
parent
7b47b5e740
commit
3b3f5fa755
1 changed files with 1 additions and 1 deletions
|
|
@ -1289,7 +1289,7 @@ nm_client_add_connection_async (NMClient *client,
|
|||
}
|
||||
|
||||
simple = g_simple_async_result_new (G_OBJECT (client), callback, user_data,
|
||||
nm_client_deactivate_connection_async);
|
||||
nm_client_add_connection_async);
|
||||
nm_remote_settings_add_connection_async (NM_CLIENT_GET_PRIVATE (client)->settings,
|
||||
connection, save_to_disk,
|
||||
cancellable, add_connection_cb, simple);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue