l3cfg: fix typo in test

Signed-off-by: Antonio Cardace <acardace@redhat.com>
This commit is contained in:
Antonio Cardace 2020-10-23 18:30:33 +02:00
parent b4ced8b911
commit 983798d945
No known key found for this signature in database
GPG key ID: 6BF80ABD43E377D3

View file

@ -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));