mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 08:20:28 +01:00
tui: add a (void) cast to avoid a coverity warning
This commit is contained in:
parent
a9f1d12178
commit
6c332f33aa
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ build_edit_connection (NMConnection *orig_connection)
|
|||
/* FIXME: error handling */
|
||||
secrets = nmt_sync_op_wait_pointer (&op, NULL);
|
||||
if (secrets)
|
||||
nm_connection_update_secrets (edit_connection, setting_name, secrets, NULL);
|
||||
(void) nm_connection_update_secrets (edit_connection, setting_name, secrets, NULL);
|
||||
}
|
||||
g_hash_table_unref (settings);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue