diff --git a/src/core/nm-l3cfg.c b/src/core/nm-l3cfg.c index 0aac4832ef..d4835cb123 100644 --- a/src/core/nm-l3cfg.c +++ b/src/core/nm-l3cfg.c @@ -2748,7 +2748,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; }