mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-05 13:50:15 +01:00
l3cfg: fix crash in nm_l3_config_data_log() by mixing up arguments
This commit is contained in:
parent
2d0ac5f5fe
commit
acfc977974
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ _garray_inaddr_get(GArray *arr, guint *out_len)
|
|||
}
|
||||
|
||||
static gconstpointer
|
||||
_garray_inaddr_at(GArray *arr, guint idx, gboolean IS_IPv4)
|
||||
_garray_inaddr_at(GArray *arr, gboolean IS_IPv4, guint idx)
|
||||
{
|
||||
nm_assert(arr);
|
||||
nm_assert(idx < arr->len);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue