summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/component_iter.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/cert/component_iter.rs')
-rw-r--r--openpgp/src/cert/component_iter.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/cert/component_iter.rs b/openpgp/src/cert/component_iter.rs
index ca1eafb6..c0e82117 100644
--- a/openpgp/src/cert/component_iter.rs
+++ b/openpgp/src/cert/component_iter.rs
@@ -59,7 +59,7 @@ impl<'a, C> ComponentIter<'a, C> {
cert: self.cert,
iter: self.iter,
time: time.into().unwrap_or_else(SystemTime::now),
- policy: policy,
+ policy,
revoked: None,
}
}