From 70e18d99b8e3e77bb37e218d7ac582130156f8ef Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 25 Jan 2024 09:46:18 +0100 Subject: New upstream version 1.45.90 --- src/core/nm-active-connection.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/core/nm-active-connection.c') diff --git a/src/core/nm-active-connection.c b/src/core/nm-active-connection.c index 36a11f71..eb7b1cca 100644 --- a/src/core/nm-active-connection.c +++ b/src/core/nm-active-connection.c @@ -636,7 +636,8 @@ device_state_changed(NMDevice *device, NM_ACTIVE_CONNECTION_GET_CLASS(self)->device_state_changed(self, device, new_state, - old_state); + old_state, + reason); } static void @@ -1604,9 +1605,11 @@ static const NMDBusInterfaceInfoExtended interface_info_active_connection = { NM_DEFINE_DBUS_PROPERTY_INFO_EXTENDED_READABLE("Controller", "o", NM_ACTIVE_CONNECTION_CONTROLLER), - NM_DEFINE_DBUS_PROPERTY_INFO_EXTENDED_READABLE("Master", - "o", - NM_ACTIVE_CONNECTION_MASTER), ), ), + NM_DEFINE_DBUS_PROPERTY_INFO_EXTENDED_READABLE( + "Master", + "o", + NM_ACTIVE_CONNECTION_MASTER, + .annotations = NM_GDBUS_ANNOTATION_INFO_LIST_DEPRECATED(), ), ), ), }; static void -- cgit 1.3.0-6-gf8a5