base: Fix the encryption settings Into implementation.
This commit is contained in:
parent
ce93869915
commit
9fe23227af
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ impl Into<EncryptionSettings> for EncryptionInfo {
|
|||
fn into(self) -> EncryptionSettings {
|
||||
EncryptionSettings {
|
||||
algorithm: self.algorithm,
|
||||
rotation_period: Duration::from_millis(self.rotation_period_messages),
|
||||
rotation_period: Duration::from_millis(self.rotation_period_ms),
|
||||
rotation_period_msgs: self.rotation_period_messages,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue