mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-04 14:08:19 +02:00
l3cfg: fix typo in test
Signed-off-by: Antonio Cardace <acardace@redhat.com>
This commit is contained in:
parent
b4ced8b911
commit
983798d945
1 changed files with 2 additions and 2 deletions
|
|
@ -765,8 +765,8 @@ test_l3_ipv4ll(gconstpointer test_data)
|
|||
FALSE);
|
||||
}
|
||||
|
||||
nmtstp_acd_defender_destory(g_steal_pointer(&acd_defender_1));
|
||||
nmtstp_acd_defender_destory(g_steal_pointer(&acd_defender_2));
|
||||
nmtstp_acd_defender_destroy(g_steal_pointer(&acd_defender_1));
|
||||
nmtstp_acd_defender_destroy(g_steal_pointer(&acd_defender_2));
|
||||
|
||||
nm_l3cfg_commit_type_unregister(l3cfg0, g_steal_pointer(&tdata->l3cfg_commit_type_1));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue