aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/rpkid.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2012-10-12 03:06:13 +0000
committerRob Austein <sra@hactrn.net>2012-10-12 03:06:13 +0000
commit9fa322e8fb9e317ffadd35b05266e13741c6d261 (patch)
tree1b48f9c3c4b4d79ec057e476cb6da163e88ce42a /rpkid/rpki/rpkid.py
parent27e46248f522430ac4d539f8b61de83b11345733 (diff)
Rust In Pieces, POW.pkix.
In the end, there can be only one. svn path=/branches/tk274/; revision=4771
Diffstat (limited to 'rpkid/rpki/rpkid.py')
-rw-r--r--rpkid/rpki/rpkid.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/rpkid/rpki/rpkid.py b/rpkid/rpki/rpkid.py
index f378ab43..f82d91df 100644
--- a/rpkid/rpki/rpkid.py
+++ b/rpkid/rpki/rpkid.py
@@ -932,10 +932,7 @@ class ca_detail_obj(rpki.sql.sql_persistent):
nextUpdate = rpki.sundial.now()
if self.latest_manifest is not None:
- try:
- self.latest_manifest.get_content()
- except rpki.exceptions.CMSContentNotSet:
- self.latest_manifest.extract()
+ self.latest_manifest.extract_if_needed()
nextUpdate = nextUpdate.later(self.latest_manifest.getNextUpdate())
if self.latest_crl is not None: