aboutsummaryrefslogtreecommitdiff
path: root/rpki/pubd.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2014-07-09 05:39:54 +0000
committerRob Austein <sra@hactrn.net>2014-07-09 05:39:54 +0000
commited6e675ccbe2a3e2c57dfb35e4c71684a25110b0 (patch)
treed790587c217adec5327ec42a2e4774e3587de3d7 /rpki/pubd.py
parent13a65b463cd0acedd3bc36c9437d5ee8b2e26b60 (diff)
Add withdrawal hashes to publication and rrdp.
svn path=/branches/tk705/; revision=5888
Diffstat (limited to 'rpki/pubd.py')
-rw-r--r--rpki/pubd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpki/pubd.py b/rpki/pubd.py
index 46e431c4..14de1999 100644
--- a/rpki/pubd.py
+++ b/rpki/pubd.py
@@ -188,7 +188,7 @@ class session_obj(rpki.sql.sql_persistent):
"uuid")
## @var expiration_interval
- # How long to wait after retiring a snapshot before purging it from the database.
+ # How long to wait after retiring a snapshot before purging it from the database.
expiration_interval = rpki.sundial.timedelta(hours = 6)
@@ -318,7 +318,7 @@ class snapshot_obj(rpki.sql.sql_persistent):
obj.delete(self)
-
+
class object_obj(rpki.sql.sql_persistent):
"""
A published object.