mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 19:20:12 +01:00
initrd: fix compilation error
../src/core/initrd/tests/test-cmdline-reader.c:461:36: error: unused variable 'connections' [-Werror,-Wunused-variable]
gs_unref_hashtable GHashTable *connections = NULL;
^
Fixes: c27626a0ce ('initrd: set multi-connect=single for connections with static IP')
This commit is contained in:
parent
88aae71f22
commit
c907fecbc5
1 changed files with 0 additions and 1 deletions
|
|
@ -458,7 +458,6 @@ test_if_ip4_manual(void)
|
|||
static void
|
||||
test_if_ip4_manual_no_dev(void)
|
||||
{
|
||||
gs_unref_hashtable GHashTable *connections = NULL;
|
||||
const char *const * ARGV = NM_MAKE_STRV("ip=192.0.2.2::192.0.2.1:24:::");
|
||||
NMConnection * connection;
|
||||
NMSettingConnection * s_con;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue