From f9bfd1158b8d08d6a5ed3bb7cc1ba7a6455e5201 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 1 Sep 2024 22:38:35 +0200 Subject: New upstream version 1.49.90 --- src/core/devices/nm-device-vlan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/devices/nm-device-vlan.c') diff --git a/src/core/devices/nm-device-vlan.c b/src/core/devices/nm-device-vlan.c index cc649ec9..d4630999 100644 --- a/src/core/devices/nm-device-vlan.c +++ b/src/core/devices/nm-device-vlan.c @@ -72,7 +72,7 @@ parent_hwaddr_maybe_changed(NMDevice *parent, GParamSpec *pspec, gpointer user_d const char *new_mac; /* Never touch assumed devices */ - if (nm_device_sys_iface_state_is_external_or_assume(device)) + if (nm_device_managed_type_is_external_or_assume(device)) return; connection = nm_device_get_applied_connection(device); -- cgit 1.3.0-6-gf8a5