mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-12 19:20:32 +01:00
libnm/tests: fix maybe-uninitialized warning in "test-libnmc-setting"
This commit is contained in:
parent
b5b9a109e1
commit
87bce61bad
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ test_client_meta_check(void)
|
|||
static void
|
||||
test_client_import_wireguard_test0(void)
|
||||
{
|
||||
gs_unref_object NMConnection *connection;
|
||||
gs_unref_object NMConnection *connection = NULL;
|
||||
NMSettingWireGuard *s_wg;
|
||||
NMSettingIPConfig *s_ip4;
|
||||
NMSettingIPConfig *s_ip6;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue