mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-02 03:50:42 +01:00
libnm/tests: fix maybe-uninitialized warning in "test-libnmc-setting"
(cherry picked from commit87bce61bad) (cherry picked from commitaadf0fb64f) (cherry picked from commit688c67a24f)
This commit is contained in:
parent
40f51f0ffa
commit
606703209f
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