about summary refs log tree commit diff
path: root/src/core/devices/nm-device-ethernet.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2022-08-26 20:37:52 +0200
committerMichael Biebl <biebl@debian.org>2022-08-26 20:37:52 +0200
commit31b0de3e5396f971e1476a155031a2c6d30af711 (patch)
treeb248ac35833f8356ece0e5719521d97c1cb03925 /src/core/devices/nm-device-ethernet.c
parent6ba52b312b7e2bd5744d3edacbe4149212242c74 (diff)
parentab0efddcdb48d800e2f938da54cfe3074640792e (diff)
Update upstream source from tag 'upstream/1.40.0'
Update to upstream version '1.40.0'
with Debian dir a59a8bafb9190ecb810335bfdaa82270e423df1d
Diffstat (limited to 'src/core/devices/nm-device-ethernet.c')
-rw-r--r--src/core/devices/nm-device-ethernet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/devices/nm-device-ethernet.c b/src/core/devices/nm-device-ethernet.c
index 32f2fbf9..40c6d208 100644
--- a/src/core/devices/nm-device-ethernet.c
+++ b/src/core/devices/nm-device-ethernet.c
@@ -451,7 +451,7 @@ supplicant_auth_state_changed(NMSupplicantInterface *iface,
 
     if (state == NM_SUPPLICANT_AUTH_STATE_SUCCESS) {
         nm_clear_g_signal_handler(priv->supplicant.iface, &priv->supplicant.iface_state_id);
-        nm_device_update_dynamic_ip_setup(NM_DEVICE(self));
+        nm_device_update_dynamic_ip_setup(NM_DEVICE(self), "supplicant auth state changed");
     }
 }