about 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:41 +0200
committerMichael Biebl <biebl@debian.org>2024-09-24 17:01:41 +0200
commit3e49bc05ad067ea26fba7097c9e4693dc47b4998 (patch)
tree96b5abc50ef905e3b09cae9b6b2b45d5a0d87289 /src/core/nm-l3cfg.c
parent132a72de0d5c923d96f6a90d84cb763a65c227f1 (diff)
parentdf14a83a8b0c4354a51b392ae51a084b4b9c1b5a (diff)
Update upstream source from tag 'upstream/1.49.91'
Update to upstream version '1.49.91'
with Debian dir 9f54e1688087fc7d04d9e83f0be95031d170d405
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;
             }