From baef747c9365b6044db3c2dfbb859652bdde1d76 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 31 May 2024 23:13:10 +0200 Subject: New upstream version 1.48.0 --- src/core/nm-config-data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/nm-config-data.c') diff --git a/src/core/nm-config-data.c b/src/core/nm-config-data.c index d4498edd..5b330f24 100644 --- a/src/core/nm-config-data.c +++ b/src/core/nm-config-data.c @@ -849,7 +849,7 @@ nm_config_data_log(const NMConfigData *self, /* We require that the default values are grouped by their "group". * That is, all default values for a certain "group" are close to * each other in the list. Assert for that. */ - for (g2 = g + 1; g2 < groups_full->len; g2++) { + for (g2 = g + 1; g2 < G_N_ELEMENTS(default_values); g2++) { nm_assert(!nm_streq(default_values[g - 1].group, default_values[g2].group)); } } -- cgit 1.3.0-6-gf8a5