We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56cbb03 commit eab2e5aCopy full SHA for eab2e5a
statime-linux/src/securityprovider.rs
@@ -78,6 +78,9 @@ impl NTSProvider {
78
valid_till: now
79
+ std::time::Duration::from_secs(
80
next_parameters.validity_period.lifetime as _,
81
+ )
82
+ + std::time::Duration::from_secs(
83
+ initial_data.current_parameters.validity_period.lifetime as _,
84
),
85
},
86
);
@@ -259,6 +262,9 @@ async fn assocation_manager(
259
262
260
263
261
264
next_params.validity_period.lifetime as _,
265
266
267
+ params.current_parameters.validity_period.lifetime as _,
268
269
270
0 commit comments