about summary refs log tree commit diff
path: root/src/nmcli/general.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2023-08-09 21:55:35 +0200
committerMichael Biebl <biebl@debian.org>2023-08-09 21:55:35 +0200
commit05e4a733f2141995181a551854d5df929f084adf (patch)
tree83bb937740a6667525ba0df046748ecaa829c269 /src/nmcli/general.c
parent14b0f3a9dc9ea90d60a3b057350fd4d637dc021a (diff)
New upstream version 1.44.0 upstream/1.44.0
Diffstat (limited to 'src/nmcli/general.c')
-rw-r--r--src/nmcli/general.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nmcli/general.c b/src/nmcli/general.c
index 26988cd8..0d8ddc47 100644
--- a/src/nmcli/general.c
+++ b/src/nmcli/general.c
@@ -1415,11 +1415,11 @@ ac_overview(NmCli *nmc, NMActiveConnection *ac)
     NMIPConfig              *ip;
     nm_auto_str_buf NMStrBuf str = NM_STR_BUF_INIT(NM_UTILS_GET_NEXT_REALLOC_SIZE_104, FALSE);
 
-    if (nm_active_connection_get_master(ac)) {
+    if (nm_active_connection_get_controller(ac)) {
         g_string_append_printf(outbuf,
                                "%s %s, ",
                                _("master"),
-                               nm_device_get_iface(nm_active_connection_get_master(ac)));
+                               nm_device_get_iface(nm_active_connection_get_controller(ac)));
     }
     if (nm_active_connection_get_vpn(ac))
         g_string_append_printf(outbuf, "%s, ", _("VPN"));