From ed6e675ccbe2a3e2c57dfb35e4c71684a25110b0 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 9 Jul 2014 05:39:54 +0000 Subject: Add withdrawal hashes to publication and rrdp. svn path=/branches/tk705/; revision=5888 --- rpki/pubd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rpki/pubd.py') 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. -- cgit v1.2.3