From 34bb501be08aa2b313d88e67d6e0a7e0a3f9cfa6 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 5 May 2024 00:07:30 +0200 Subject: New upstream version 1.47.90 --- src/nmcli/settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nmcli/settings.c') diff --git a/src/nmcli/settings.c b/src/nmcli/settings.c index d6691125..636df466 100644 --- a/src/nmcli/settings.c +++ b/src/nmcli/settings.c @@ -261,7 +261,7 @@ connection_controller_changed_cb(GObject *object, GParamSpec *pspec, gpointer us NMSetting *s_ipv4, *s_ipv6; const char *value, *tmp_str; - value = nm_setting_connection_get_master(s_con); + value = nm_setting_connection_get_controller(s_con); if (value) { s_ipv4 = nm_connection_get_setting_by_name(connection, NM_SETTING_IP4_CONFIG_SETTING_NAME); s_ipv6 = nm_connection_get_setting_by_name(connection, NM_SETTING_IP6_CONFIG_SETTING_NAME); -- cgit 1.3.0-6-gf8a5