aboutsummaryrefslogtreecommitdiff
path: root/rpki/pubd.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-02-21 06:40:55 +0000
committerRob Austein <sra@hactrn.net>2016-02-21 06:40:55 +0000
commitbfba2f73d1ad912c82f59c5541888d6a22c04f96 (patch)
tree9bd9ef1a545550fb8916f2913256062c715b3074 /rpki/pubd.py
parentf0ca030449bd5878bf3a272b129e0d644480e9c5 (diff)
We don't really need to store the full XML snapshot in SQL. We don't
really need to store the delta XML either, but that code's a bit more complicated, so leave it alone for the moment. svn path=/branches/tk705/; revision=6277
Diffstat (limited to 'rpki/pubd.py')
-rw-r--r--rpki/pubd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rpki/pubd.py b/rpki/pubd.py
index 7ed13425..dbc9c12d 100644
--- a/rpki/pubd.py
+++ b/rpki/pubd.py
@@ -272,7 +272,6 @@ class main(object):
if delta is not None:
delta.activate()
- self.session.generate_snapshot()
self.session.expire_deltas()
except Exception as e: