diff options
author | Rob Austein <sra@hactrn.net> | 2016-02-21 17:47:02 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-02-21 17:47:02 +0000 |
commit | 46a436e68903b0d87ead095448a55adc4061de6f (patch) | |
tree | 01befd77e8abae920ddfebcd394aa0bfd6bb9d6d /rpki/pubd.py | |
parent | bfba2f73d1ad912c82f59c5541888d6a22c04f96 (diff) |
Don't really need delta XML in SQL either, just need the hash.
svn path=/branches/tk705/; revision=6278
Diffstat (limited to 'rpki/pubd.py')
-rw-r--r-- | rpki/pubd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpki/pubd.py b/rpki/pubd.py index dbc9c12d..9813703c 100644 --- a/rpki/pubd.py +++ b/rpki/pubd.py @@ -290,7 +290,7 @@ class main(object): else: if delta is not None: - self.session.synchronize_rrdp_files(self.rrdp_publication_base, self.rrdp_base_uri) + self.session.synchronize_rrdp_files(self.rrdp_publication_base, self.rrdp_base_uri, delta) delta.update_rsync_files(self.publication_base) request.send_cms_response(rpki.publication.cms_msg().wrap(r_msg, self.pubd_key, self.pubd_cert, self.pubd_crl)) |