summary refs log tree commit diff
path: root/src/core/nm-l3cfg.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2024-09-24 17:01:29 +0200
committerMichael Biebl <biebl@debian.org>2024-09-24 17:01:29 +0200
commitdf14a83a8b0c4354a51b392ae51a084b4b9c1b5a (patch)
tree803efa82300da2d7bd16b0e0a9e607ac5e4a419d /src/core/nm-l3cfg.c
parentf9bfd1158b8d08d6a5ed3bb7cc1ba7a6455e5201 (diff)
New upstream version 1.49.91 upstream/1.49.91
Diffstat (limited to 'src/core/nm-l3cfg.c')
-rw-r--r--src/core/nm-l3cfg.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/nm-l3cfg.c b/src/core/nm-l3cfg.c
index 57baeac2..2c977991 100644
--- a/src/core/nm-l3cfg.c
+++ b/src/core/nm-l3cfg.c
@@ -2752,7 +2752,9 @@ handle_init:
                     goto handle_start_defending;
                 }
 
-                log_reason = "retry probing on timeout";
+                acd_data->probing_timestamp_msec = (*p_now_msec);
+                acd_data->probing_timeout_msec   = acd_timeout_msec;
+                log_reason                       = "retry probing on timeout";
                 goto handle_start_probing;
             }