diff options
| author | Michael Biebl <biebl@debian.org> | 2024-09-24 17:01:29 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-09-24 17:01:29 +0200 |
| commit | df14a83a8b0c4354a51b392ae51a084b4b9c1b5a (patch) | |
| tree | 803efa82300da2d7bd16b0e0a9e607ac5e4a419d /src/core/nm-l3cfg.c | |
| parent | f9bfd1158b8d08d6a5ed3bb7cc1ba7a6455e5201 (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.c | 4 |
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; } |